#19CBEC

Color #19CBEC Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #19CBEC

Tints of Deep Sky Blue #19CBEC

Color information

#19CBEC (or 0x19CBEC) is unknown color: approx 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

RGB25203236-
CMYK0.890.1400.07
HSL189.38º84.74%51.18%-
HSV(B)189.38º89.41%92.55%-
XYZ36.948.9786.87-
YUV153.54174.5336.32-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal252032360.890.1400.07189.3884.7451.18
Hex19CBEC59E07bd5533
Octal31313354131160727512563
Binary110011100101111101100101100111100111101111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>