Shades of Deep Sky Blue #15DDFF
Tints of Deep Sky Blue #15DDFF
RGB
CMYK
RGB Variations
Color information
#15DDFF (or 0x15DDFF) is known color: Deep Sky Blue. HEX triplet: 15, DD and FF. RGB value is (21,221,255). Sum of RGB (Red+Green+Blue) = 21+221+255=497 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #15DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DDFF is #EA2200. Grayscale: #A4A4A4. Windows color (decimal): -15344129 or 16768277. OLE color: 16768277.
HSL color Cylindrical-coordinate representation of color #15DDFF: hue angle of 188.72º 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 #15DDFF is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 221 | 255 | - |
| CMYK | 0.92 | 0.13 | 0 | 0 |
| HSL | 188.72º | 1% | 0.54% | - |
| HSV(B) | 188.72º | 0.92% | 1% | - |
| XYZ | 44.22 | 59.09 | 103.68 | - |
| YUV | 165.08 | 178.74 | 25.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 255 | 0.92 | 0.13 | 0 | 0 | 188.72 | 1 | 0.54 |
| Hex | 15 | DD | FF | 5C | D | 0 | 0 | BD | 64 | 36 |
| Octal | 25 | 335 | 377 | 134 | 15 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10101 | 11011101 | 11111111 | 1011100 | 1101 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #15DDFF
Complementary color
Monochromatic Colors of #15DDFF
Black with #15DDFF
Text Example
Text Example
White with #15DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDFF; }
p { color: rgb(21,221,255); }
H1.HeaderClassName
{
color: #15DDFF;
}
.AnyTagClassName
{
color: #15DDFF;
}
</style>
background-color css
<style>
a { background-color: #15DDFF; }
a { background-color: rgb(21,221,255); }
div.DivClassName
{
background-color: #15DDFF;
}
.BgClassName
{
background-color: #15DDFF;
}
</style>
border-color css
<style>
span { border-color: #15DDFF; }
span { border-color: rgb(21,221,255); }
td.TdClassName
{
border-color: #15DDFF;
}
.TagClassName
{
border-color: #15DDFF;
}
</style>