Shades of Deep Sky Blue #19D3FF
Tints of Deep Sky Blue #19D3FF
RGB
CMYK
RGB Variations
Color information
#19D3FF (or 0x19D3FF) is known color: Deep Sky Blue. HEX triplet: 19, D3 and FF. RGB value is (25,211,255). Sum of RGB (Red+Green+Blue) = 25+211+255=491 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.09% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #19D3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D3FF is #E62C00. Grayscale: #A0A0A0. Windows color (decimal): -15084545 or 16765721. OLE color: 16765721.
HSL color Cylindrical-coordinate representation of color #19D3FF: hue angle of 191.48º 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 #19D3FF is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 211 | 255 | - |
| CMYK | 0.90 | 0.17 | 0 | 0 |
| HSL | 191.48º | 1% | 0.55% | - |
| HSV(B) | 191.48º | 0.9% | 1% | - |
| XYZ | 41.75 | 54.02 | 102.83 | - |
| YUV | 160.4 | 181.38 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 211 | 255 | 0.90 | 0.17 | 0 | 0 | 191.48 | 1 | 0.55 |
| Hex | 19 | D3 | FF | 5A | 11 | 0 | 0 | BF | 64 | 37 |
| Octal | 31 | 323 | 377 | 132 | 21 | 0 | 0 | 277 | 144 | 67 |
| Binary | 11001 | 11010011 | 11111111 | 1011010 | 10001 | 0 | 0 | 10111111 | 1100100 | 110111 |
Color Harmonies of #19D3FF
Complementary color
Monochromatic Colors of #19D3FF
Black with #19D3FF
Text Example
Text Example
White with #19D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D3FF; }
p { color: rgb(25,211,255); }
H1.HeaderClassName
{
color: #19D3FF;
}
.AnyTagClassName
{
color: #19D3FF;
}
</style>
background-color css
<style>
a { background-color: #19D3FF; }
a { background-color: rgb(25,211,255); }
div.DivClassName
{
background-color: #19D3FF;
}
.BgClassName
{
background-color: #19D3FF;
}
</style>
border-color css
<style>
span { border-color: #19D3FF; }
span { border-color: rgb(25,211,255); }
td.TdClassName
{
border-color: #19D3FF;
}
.TagClassName
{
border-color: #19D3FF;
}
</style>