Html Css Color HEX #19CBEC Deep Sky Blue

📋 copy color: '#19CBEC'

red 25 ◦ green 203 ◦ blue 236

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

Shades of Deep Sky Blue #19CBEC

Tints of Deep Sky Blue #19CBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 5.39%
G = 43.75%
B = 50.86%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19CBEC (or 0x19CBEC) is known color: Deep Sky Blue. HEX triplet: 19, CB and EC. RGB value is (25,203,236). Sum of RGB (Red+Green+Blue) = 25+203+236=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #19CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CBEC is #E63413. Grayscale: #999999. Windows color (decimal): -15086612 or 15518489. OLE color: 15518489.

HSL color Cylindrical-coordinate representation of color #19CBEC: hue angle of 189.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CBEC is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 203 236 -
CMYK 0.89 0.14 0 0.07
HSL 189.38º 0.85% 0.51% -
HSV(B) 189.38º 0.89% 0.93% -
XYZ 36.9 48.97 86.87 -
YUV 153.54 174.53 36.32 -
System Red Green Blue C M Y K H S L
Decimal 25 203 236 0.89 0.14 0 0.07 189.38 0.85 0.51
Hex 19 CB EC 59 E 0 7 BD 55 33
Octal 31 313 354 131 16 0 7 275 125 63
Binary 11001 11001011 11101100 1011001 1110 0 111 10111101 1010101 110011

Color Harmonies of #19CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CBEC

Black with #19CBEC

Text Example


Text Example

White with #19CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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