Html Css Color HEX #19CBEA Deep Sky Blue

📋 copy color: '#19CBEA'

red 25 ◦ green 203 ◦ blue 234

#19CBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #19CBEA

Tints of Deep Sky Blue #19CBEA

RGB

 RED value IS 25 (10.16% from 255) = 5.41%

 GREEN value IS 203 (79.69% from 255) = 43.94%

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 5.41%
G = 43.94%
B = 50.65%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#19CBEA (or 0x19CBEA) is known color: Deep Sky Blue. HEX triplet: 19, CB and EA. RGB value is (25,203,234). Sum of RGB (Red+Green+Blue) = 25+203+234=462 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.41% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #19CBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CBEA is #E63415. Grayscale: #999999. Windows color (decimal): -15086614 or 15387417. OLE color: 15387417.

HSL color Cylindrical-coordinate representation of color #19CBEA: hue angle of 188.9º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CBEA is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 203 234 -
CMYK 0.89 0.13 0 0.08
HSL 188.9º 0.83% 0.51% -
HSV(B) 188.9º 0.89% 0.92% -
XYZ 36.61 48.86 85.34 -
YUV 153.31 173.53 36.48 -
System Red Green Blue C M Y K H S L
Decimal 25 203 234 0.89 0.13 0 0.08 188.9 0.83 0.51
Hex 19 CB EA 59 D 0 8 BD 53 33
Octal 31 313 352 131 15 0 10 275 123 63
Binary 11001 11001011 11101010 1011001 1101 0 1000 10111101 1010011 110011

Color Harmonies of #19CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CBEA

Black with #19CBEA

Text Example


Text Example

White with #19CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CBEA; }

 p { color: rgb(25,203,234); }

 H1.HeaderClassName
 {
   color: #19CBEA;
 }
 .AnyTagClassName
 {
   color: #19CBEA;
 }
</style>

background-color css

<style>
 a { background-color: #19CBEA; }

 a { background-color: rgb(25,203,234); }

 div.DivClassName
 {
   background-color: #19CBEA;
 }
 .BgClassName
 {
   background-color: #19CBEA;
 }
</style>

border-color css

<style>
 span { border-color: #19CBEA; }

 span { border-color: rgb(25,203,234); }

 td.TdClassName
 {
   border-color: #19CBEA;
 }
 .TagClassName
 {
   border-color: #19CBEA;
 }
</style>