Shades of Deep Sky Blue #15DEFF
Tints of Deep Sky Blue #15DEFF
RGB
CMYK
RGB Variations
Color information
#15DEFF (or 0x15DEFF) is known color: Deep Sky Blue. HEX triplet: 15, DE and FF. RGB value is (21,222,255). Sum of RGB (Red+Green+Blue) = 21+222+255=498 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.22% from 498); Green value is 222 (87.11% from 255 or 44.58% 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 #15DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DEFF is #EA2100. Grayscale: #A5A5A5. Windows color (decimal): -15343873 or 16768533. OLE color: 16768533.
HSL color Cylindrical-coordinate representation of color #15DEFF: hue angle of 188.46º 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 #15DEFF is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 222 | 255 | - |
| CMYK | 0.92 | 0.13 | 0 | 0 |
| HSL | 188.46º | 1% | 0.54% | - |
| HSV(B) | 188.46º | 0.92% | 1% | - |
| XYZ | 44.48 | 59.62 | 103.77 | - |
| YUV | 165.66 | 178.41 | 24.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 255 | 0.92 | 0.13 | 0 | 0 | 188.46 | 1 | 0.54 |
| Hex | 15 | DE | FF | 5C | D | 0 | 0 | BC | 64 | 36 |
| Octal | 25 | 336 | 377 | 134 | 15 | 0 | 0 | 274 | 144 | 66 |
| Binary | 10101 | 11011110 | 11111111 | 1011100 | 1101 | 0 | 0 | 10111100 | 1100100 | 110110 |
Color Harmonies of #15DEFF
Complementary color
Monochromatic Colors of #15DEFF
Black with #15DEFF
Text Example
Text Example
White with #15DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DEFF; }
p { color: rgb(21,222,255); }
H1.HeaderClassName
{
color: #15DEFF;
}
.AnyTagClassName
{
color: #15DEFF;
}
</style>
background-color css
<style>
a { background-color: #15DEFF; }
a { background-color: rgb(21,222,255); }
div.DivClassName
{
background-color: #15DEFF;
}
.BgClassName
{
background-color: #15DEFF;
}
</style>
border-color css
<style>
span { border-color: #15DEFF; }
span { border-color: rgb(21,222,255); }
td.TdClassName
{
border-color: #15DEFF;
}
.TagClassName
{
border-color: #15DEFF;
}
</style>