#19D0FF

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

Shades of Deep Sky Blue #19D0FF

Tints of Deep Sky Blue #19D0FF

Color information

#19D0FF (or 0x19D0FF) is unknown color: approx Deep Sky Blue. HEX triplet: 19, D0 and FF. RGB value is (25,208,255). Sum of RGB (Red+Green+Blue) = 25+208+255=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #19D0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D0FF is #E62F00. Grayscale: #9E9E9E. Windows color (decimal): -15085313 or 16764953. OLE color: 16764953.

HSL color Cylindrical-coordinate representation of color #19D0FF: hue angle of 192.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D0FF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25208255-
CMYK0.900.1800
HSL192.26º100%54.9%-
HSV(B)192.26º90.2%100%-
XYZ41.0152.54102.59-
YUV158.64182.3732.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.12%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 255 (100% from 255) = 52.25%
R=5.12%
G=42.62%
B=52.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252082550.900.1800192.2610054.9
Hex19D0FF5A1200c06437
Octal31320377132220030014467
Binary11001110100001111111110110101001000110000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,208,255); }

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

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

 a { background-color: rgb(25,208,255); }

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

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

 span { border-color: rgb(25,208,255); }

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