#19D8FE

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

Shades of Deep Sky Blue #19D8FE

Tints of Deep Sky Blue #19D8FE

Color information

#19D8FE (or 0x19D8FE) is unknown color: approx Deep Sky Blue. HEX triplet: 19, D8 and FE. RGB value is (25,216,254). Sum of RGB (Red+Green+Blue) = 25+216+254=495 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.05% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #19D8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D8FE is #E62701. Grayscale: #A2A2A2. Windows color (decimal): -15083266 or 16701465. OLE color: 16701465.

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

Color convert

RGB25216254-
CMYK0.900.1500.00
HSL189.96º99.13%54.71%-
HSV(B)189.96º90.16%99.61%-
XYZ42.8556.47102.41-
YUV163.22179.2229.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.05%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=5.05%
G=43.64%
B=51.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252162540.900.1500.00189.9699.1354.71
Hex19D8FE5AF00be6337
Octal31330376132170027614367
Binary1100111011000111111101011010111100101111101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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