#19c5e8

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

Shades of Deep Sky Blue #19C5E8

Tints of Deep Sky Blue #19C5E8

Color information

#19C5E8 (or 0x19C5E8) is unknown color: approx Deep Sky Blue. HEX triplet: 19, C5 and E8. RGB value is (25,197,232). Sum of RGB (Red+Green+Blue) = 25+197+232=454 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.51% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #19C5E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C5E8 is #E63A17. Grayscale: #959595. Windows color (decimal): -15088152 or 15254809. OLE color: 15254809.

HSL color Cylindrical-coordinate representation of color #19C5E8: hue angle of 190.14º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19C5E8 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB25197232-
CMYK0.890.1500.09
HSL190.14º81.82%50.39%-
HSV(B)190.14º89.22%90.98%-
XYZ34.9345.9783.38-
YUV149.56174.5239.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.51%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 232 (91.02% from 255) = 51.10%
R=5.51%
G=43.39%
B=51.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal251972320.890.1500.09190.1481.8250.39
Hex19C5E859F09be5232
Octal313053501311701127612262
Binary1100111000101111010001011001111101001101111101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19c5e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,197,232); }

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

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

 a { background-color: rgb(25,197,232); }

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

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

 span { border-color: rgb(25,197,232); }

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