Shades of Deep Sky Blue #19DAFF
Tints of Deep Sky Blue #19DAFF
RGB
CMYK
RGB Variations
Color information
#19DAFF (or 0x19DAFF) is known color: Deep Sky Blue. HEX triplet: 19, DA and FF. RGB value is (25,218,255). Sum of RGB (Red+Green+Blue) = 25+218+255=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #19DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAFF is #E62500. Grayscale: #A4A4A4. Windows color (decimal): -15082753 or 16767513. OLE color: 16767513.
HSL color Cylindrical-coordinate representation of color #19DAFF: hue angle of 189.65º 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 #19DAFF is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 218 | 255 | - |
| CMYK | 0.90 | 0.15 | 0 | 0 |
| HSL | 189.65º | 1% | 0.55% | - |
| HSV(B) | 189.65º | 0.9% | 1% | - |
| XYZ | 43.52 | 57.57 | 103.43 | - |
| YUV | 164.51 | 179.06 | 28.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 255 | 0.90 | 0.15 | 0 | 0 | 189.65 | 1 | 0.55 |
| Hex | 19 | DA | FF | 5A | F | 0 | 0 | BE | 64 | 37 |
| Octal | 31 | 332 | 377 | 132 | 17 | 0 | 0 | 276 | 144 | 67 |
| Binary | 11001 | 11011010 | 11111111 | 1011010 | 1111 | 0 | 0 | 10111110 | 1100100 | 110111 |
Color Harmonies of #19DAFF
Complementary color
Monochromatic Colors of #19DAFF
Black with #19DAFF
Text Example
Text Example
White with #19DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DAFF; }
p { color: rgb(25,218,255); }
H1.HeaderClassName
{
color: #19DAFF;
}
.AnyTagClassName
{
color: #19DAFF;
}
</style>
background-color css
<style>
a { background-color: #19DAFF; }
a { background-color: rgb(25,218,255); }
div.DivClassName
{
background-color: #19DAFF;
}
.BgClassName
{
background-color: #19DAFF;
}
</style>
border-color css
<style>
span { border-color: #19DAFF; }
span { border-color: rgb(25,218,255); }
td.TdClassName
{
border-color: #19DAFF;
}
.TagClassName
{
border-color: #19DAFF;
}
</style>