#19CAEC

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

Shades of Deep Sky Blue #19CAEC

Tints of Deep Sky Blue #19CAEC

Color information

#19CAEC (or 0x19CAEC) is unknown color: approx Deep Sky Blue. HEX triplet: 19, CA and EC. RGB value is (25,202,236). Sum of RGB (Red+Green+Blue) = 25+202+236=463 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.40% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #19CAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CAEC is #E63513. Grayscale: #989898. Windows color (decimal): -15086868 or 15518233. OLE color: 15518233.

HSL color Cylindrical-coordinate representation of color #19CAEC: hue angle of 189.67º 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 #19CAEC is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB25202236-
CMYK0.890.1400.07
HSL189.67º84.74%51.18%-
HSV(B)189.67º89.41%92.55%-
XYZ36.6648.586.79-
YUV152.95174.8636.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.40%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 236 (92.58% from 255) = 50.97%
R=5.40%
G=43.63%
B=50.97%

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
Decimal252022360.890.1400.07189.6784.7451.18
Hex19CAEC59E07be5533
Octal31312354131160727612563
Binary110011100101011101100101100111100111101111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19CAEC;
 }
 .AnyTagClassName
 {
   color: #19CAEC;
 }
</style>
background-color css

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

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

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

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

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

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