Shades of Deep Sky Blue #15D0EE
Tints of Deep Sky Blue #15D0EE
RGB
CMYK
RGB Variations
Color information
#15D0EE (or 0x15D0EE) is known color: Deep Sky Blue. HEX triplet: 15, D0 and EE. RGB value is (21,208,238). Sum of RGB (Red+Green+Blue) = 21+208+238=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #15D0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D0EE is #EA2F11. Grayscale: #9B9B9B. Windows color (decimal): -15347474 or 15650837. OLE color: 15650837.
HSL color Cylindrical-coordinate representation of color #15D0EE: hue angle of 188.29º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D0EE is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 208 | 238 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.07 |
| HSL | 188.29º | 0.86% | 0.51% | - |
| HSV(B) | 188.29º | 0.91% | 0.93% | - |
| XYZ | 38.3 | 51.44 | 88.8 | - |
| YUV | 155.51 | 174.55 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 238 | 0.91 | 0.13 | 0 | 0.07 | 188.29 | 0.86 | 0.51 |
| Hex | 15 | D0 | EE | 5B | D | 0 | 7 | BC | 56 | 33 |
| Octal | 25 | 320 | 356 | 133 | 15 | 0 | 7 | 274 | 126 | 63 |
| Binary | 10101 | 11010000 | 11101110 | 1011011 | 1101 | 0 | 111 | 10111100 | 1010110 | 110011 |
Color Harmonies of #15D0EE
Complementary color
Monochromatic Colors of #15D0EE
Black with #15D0EE
Text Example
Text Example
White with #15D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D0EE; }
p { color: rgb(21,208,238); }
H1.HeaderClassName
{
color: #15D0EE;
}
.AnyTagClassName
{
color: #15D0EE;
}
</style>
background-color css
<style>
a { background-color: #15D0EE; }
a { background-color: rgb(21,208,238); }
div.DivClassName
{
background-color: #15D0EE;
}
.BgClassName
{
background-color: #15D0EE;
}
</style>
border-color css
<style>
span { border-color: #15D0EE; }
span { border-color: rgb(21,208,238); }
td.TdClassName
{
border-color: #15D0EE;
}
.TagClassName
{
border-color: #15D0EE;
}
</style>