Shades of Deep Sky Blue #19D6FF
Tints of Deep Sky Blue #19D6FF
RGB
CMYK
RGB Variations
Color information
#19D6FF (or 0x19D6FF) is known color: Deep Sky Blue. HEX triplet: 19, D6 and FF. RGB value is (25,214,255). Sum of RGB (Red+Green+Blue) = 25+214+255=494 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.06% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #19D6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D6FF is #E62900. Grayscale: #A1A1A1. Windows color (decimal): -15083777 or 16766489. OLE color: 16766489.
HSL color Cylindrical-coordinate representation of color #19D6FF: hue angle of 190.7º 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 #19D6FF is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 214 | 255 | - |
| CMYK | 0.90 | 0.16 | 0 | 0 |
| HSL | 190.7º | 1% | 0.55% | - |
| HSV(B) | 190.7º | 0.9% | 1% | - |
| XYZ | 42.5 | 55.52 | 103.08 | - |
| YUV | 162.16 | 180.38 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 214 | 255 | 0.90 | 0.16 | 0 | 0 | 190.7 | 1 | 0.55 |
| Hex | 19 | D6 | FF | 5A | 10 | 0 | 0 | BF | 64 | 37 |
| Octal | 31 | 326 | 377 | 132 | 20 | 0 | 0 | 277 | 144 | 67 |
| Binary | 11001 | 11010110 | 11111111 | 1011010 | 10000 | 0 | 0 | 10111111 | 1100100 | 110111 |
Color Harmonies of #19D6FF
Complementary color
Monochromatic Colors of #19D6FF
Black with #19D6FF
Text Example
Text Example
White with #19D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D6FF; }
p { color: rgb(25,214,255); }
H1.HeaderClassName
{
color: #19D6FF;
}
.AnyTagClassName
{
color: #19D6FF;
}
</style>
background-color css
<style>
a { background-color: #19D6FF; }
a { background-color: rgb(25,214,255); }
div.DivClassName
{
background-color: #19D6FF;
}
.BgClassName
{
background-color: #19D6FF;
}
</style>
border-color css
<style>
span { border-color: #19D6FF; }
span { border-color: rgb(25,214,255); }
td.TdClassName
{
border-color: #19D6FF;
}
.TagClassName
{
border-color: #19D6FF;
}
</style>