#19DAFE

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

Shades of Deep Sky Blue #19DAFE

Tints of Deep Sky Blue #19DAFE

Color information

#19DAFE (or 0x19DAFE) is unknown color: approx Deep Sky Blue. HEX triplet: 19, DA and FE. RGB value is (25,218,254). Sum of RGB (Red+Green+Blue) = 25+218+254=497 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.03% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #19DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAFE is #E62501. Grayscale: #A4A4A4. Windows color (decimal): -15082754 or 16701977. OLE color: 16701977.

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

Color convert

RGB25218254-
CMYK0.900.1400.00
HSL189.43º99.13%54.71%-
HSV(B)189.43º90.16%99.61%-
XYZ43.3657.51102.58-
YUV164.4178.5628.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.03%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 254 (99.61% from 255) = 51.11%
R=5.03%
G=43.86%
B=51.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252182540.900.1400.00189.4399.1354.71
Hex19DAFE5AE00bd6337
Octal31332376132160027514367
Binary1100111011010111111101011010111000101111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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