#19D4FE

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

Shades of Deep Sky Blue #19D4FE

Tints of Deep Sky Blue #19D4FE

Color information

#19D4FE (or 0x19D4FE) is unknown color: approx Deep Sky Blue. HEX triplet: 19, D4 and FE. RGB value is (25,212,254). Sum of RGB (Red+Green+Blue) = 25+212+254=491 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.09% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #19D4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D4FE is #E62B01. Grayscale: #A0A0A0. Windows color (decimal): -15084290 or 16700441. OLE color: 16700441.

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

Color convert

RGB25212254-
CMYK0.900.1700.00
HSL191º99.13%54.71%-
HSV(B)191º90.16%99.61%-
XYZ41.8354.45102.07-
YUV160.87180.5531.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.09%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=5.09%
G=43.18%
B=51.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252122540.900.1700.0019199.1354.71
Hex19D4FE5A1100bf6337
Octal31324376132210027714367
Binary11001110101001111111010110101000100101111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,212,254); }

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

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

 a { background-color: rgb(25,212,254); }

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

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

 span { border-color: rgb(25,212,254); }

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