Shades of Deep Sky Blue #15DBFF
Tints of Deep Sky Blue #15DBFF
RGB
CMYK
RGB Variations
Color information
#15DBFF (or 0x15DBFF) is known color: Deep Sky Blue. HEX triplet: 15, DB and FF. RGB value is (21,219,255). Sum of RGB (Red+Green+Blue) = 21+219+255=495 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.24% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #15DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DBFF is #EA2400. Grayscale: #A3A3A3. Windows color (decimal): -15344641 or 16767765. OLE color: 16767765.
HSL color Cylindrical-coordinate representation of color #15DBFF: hue angle of 189.23º 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 #15DBFF is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 219 | 255 | - |
| CMYK | 0.92 | 0.14 | 0 | 0 |
| HSL | 189.23º | 1% | 0.54% | - |
| HSV(B) | 189.23º | 0.92% | 1% | - |
| XYZ | 43.69 | 58.04 | 103.51 | - |
| YUV | 163.9 | 179.4 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 255 | 0.92 | 0.14 | 0 | 0 | 189.23 | 1 | 0.54 |
| Hex | 15 | DB | FF | 5C | E | 0 | 0 | BD | 64 | 36 |
| Octal | 25 | 333 | 377 | 134 | 16 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10101 | 11011011 | 11111111 | 1011100 | 1110 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #15DBFF
Complementary color
Monochromatic Colors of #15DBFF
Black with #15DBFF
Text Example
Text Example
White with #15DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBFF; }
p { color: rgb(21,219,255); }
H1.HeaderClassName
{
color: #15DBFF;
}
.AnyTagClassName
{
color: #15DBFF;
}
</style>
background-color css
<style>
a { background-color: #15DBFF; }
a { background-color: rgb(21,219,255); }
div.DivClassName
{
background-color: #15DBFF;
}
.BgClassName
{
background-color: #15DBFF;
}
</style>
border-color css
<style>
span { border-color: #15DBFF; }
span { border-color: rgb(21,219,255); }
td.TdClassName
{
border-color: #15DBFF;
}
.TagClassName
{
border-color: #15DBFF;
}
</style>