Shades of Deep Sky Blue #15DAFF
Tints of Deep Sky Blue #15DAFF
RGB
CMYK
RGB Variations
Color information
#15DAFF (or 0x15DAFF) is known color: Deep Sky Blue. HEX triplet: 15, DA and FF. RGB value is (21,218,255). Sum of RGB (Red+Green+Blue) = 21+218+255=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 218 (85.55% from 255 or 44.13% 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 #15DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DAFF is #EA2500. Grayscale: #A2A2A2. Windows color (decimal): -15344897 or 16767509. OLE color: 16767509.
HSL color Cylindrical-coordinate representation of color #15DAFF: hue angle of 189.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DAFF is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 218 | 255 | - |
| CMYK | 0.92 | 0.15 | 0 | 0 |
| HSL | 189.49º | 1% | 0.54% | - |
| HSV(B) | 189.49º | 0.92% | 1% | - |
| XYZ | 43.43 | 57.52 | 103.42 | - |
| YUV | 163.32 | 179.73 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 255 | 0.92 | 0.15 | 0 | 0 | 189.49 | 1 | 0.54 |
| Hex | 15 | DA | FF | 5C | F | 0 | 0 | BD | 64 | 36 |
| Octal | 25 | 332 | 377 | 134 | 17 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10101 | 11011010 | 11111111 | 1011100 | 1111 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #15DAFF
Complementary color
Monochromatic Colors of #15DAFF
Black with #15DAFF
Text Example
Text Example
White with #15DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DAFF; }
p { color: rgb(21,218,255); }
H1.HeaderClassName
{
color: #15DAFF;
}
.AnyTagClassName
{
color: #15DAFF;
}
</style>
background-color css
<style>
a { background-color: #15DAFF; }
a { background-color: rgb(21,218,255); }
div.DivClassName
{
background-color: #15DAFF;
}
.BgClassName
{
background-color: #15DAFF;
}
</style>
border-color css
<style>
span { border-color: #15DAFF; }
span { border-color: rgb(21,218,255); }
td.TdClassName
{
border-color: #15DAFF;
}
.TagClassName
{
border-color: #15DAFF;
}
</style>