COLOR #25C9E6

HEX: #25C9E6
RGB: (37,201,230)

Color info

#25C9E6 contains mainly green and blue colors. Web safe color of #25C9E6 is #33CCCC (or #3CC).

RGB color model

#25C9E6 color RGB value is (37,201,230).

  • red value is 37;
  • green value is 201;
  • blue value is 230.
RGB:
(37,201,230)
(15%,79%,90%)

RGB channels and saturation

R 37 of 255 = 15%
G 201 of 255 = 79%
B 230 of 255 = 90%

37
201
230

R + G + B ~ 61%. #25C9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
37 + 201 + 230 = 468 (100%)
R 37 of 468 ~ 7.91%
G 201 of 468 ~ 42.95%
B 230 of 468 ~ 49.15%

%42.95
%49.15

CMYK color model

#25C9E6 color CMYK value is (84,13,0,10).

  • cyan value is 83.91%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(84,13,0,10)
C84M13Y0K10 
(84%,13%,0%,10%)
(0.84/0.13/0.00/0.10)	

CMYK percentages

%83.91
%12.61
%0
%9.8

Codes

Color #25C9E6 in popluar color models

25C9E6
RGB37201230
HSL189°79.42%52.35%
HSB/HSV189°83.91%90.20%
CMYK83.91%12.61%0.00%
9.80%

Color #25C9E6 in popluar number systems.

HEX25C9E6
Decimal37201230
Binary1001011100100111100110
Octal45311346

Shades and tints

Shades of #25C9E6

#25C9E6
(37,201,230)
#22B7D2
(34,183,210)
#1FA5BE
(31,165,190)
#1C93AA
(28,147,170)
#198196
(25,129,150)
#166F82
(22,111,130)
#135D6E
(19,93,110)
#104B5A
(16,75,90)
#0D3946
(13,57,70)
#0A2732
(10,39,50)
#07151E
(7,21,30)
#000000
(0,0,0)

Tints of #25C9E6

#25C9E6
(37,201,230)
#38CDE8
(56,205,232)
#4BD1EA
(75,209,234)
#5ED5EC
(94,213,236)
#71D9EE
(113,217,238)
#84DDF0
(132,221,240)
#97E1F2
(151,225,242)
#AAE5F4
(170,229,244)
#BDE9F6
(189,233,246)
#D0EDF8
(208,237,248)
#E3F1FA
(227,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25C9E6 color. Also use rgb(37,201,230) instead hex code.

Text Font Color

.myTextColor { color: #25C9E6; }

<p style="color:#25C9E6">This sample text font color is #25C9E6.</p>

This text font color is #25C9E6.


Background Color

.myBgColor { background-color: #25C9E6; }

<div style="background-color:#25C9E6">Inner text</div>

This div background color is #25C9E6.


Border color

.myBorderColor { border: 1px solid #25C9E6; }

<div style="border:3px solid #25C9E6">Div</div>

This div border color is #25C9E6.


Opacity

.myOpacity80 { color: #25C9E6; opacity: 0.8; }

<p style="color:#25C9E6;opacity:0.8;">80%</p>

Text with #25C9E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #25C9E6;}

<p style="text-shadow: 3px 3px 1px #25C9E6">Text here.</p>

This text has shadow with #25C9E6 color.

.textShadow {text-shadow: 3px 3px 1px #25C9E6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #25C9E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #25C9E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25C9E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#25C9E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #25C9E6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #25C9E6;
  -webkit-box-shadow:	1px 1px 3px 2px #25C9E6;
  box-shadow:		1px 1px 3px 2px #25C9E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25C9E6;
-webkit-box-shadow: 1px 1px 3px 2px #25C9E6;
box-shadow:1px 1px 3px 2px #25C9E6;">
Div content here</div>
This div box has shadow with color #25C9E6.

Preview

Color preview on black background

This text has color #25C9E6 on black background.


Color preview on white background

This text has color #25C9E6 on white background.



Black color preview on #25C9E6 background

This text has black color on #25C9E6 background.


White color preview on #25C9E6 background

This text has white color on #25C9E6 background.