Shades of Deep Sky Blue #15CEEC
Tints of Deep Sky Blue #15CEEC
RGB
CMYK
RGB Variations
Color information
#15CEEC (or 0x15CEEC) is known color: Deep Sky Blue. HEX triplet: 15, CE and EC. RGB value is (21,206,236). Sum of RGB (Red+Green+Blue) = 21+206+236=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #15CEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CEEC is #EA3113. Grayscale: #999999. Windows color (decimal): -15347988 or 15519253. OLE color: 15519253.
HSL color Cylindrical-coordinate representation of color #15CEEC: hue angle of 188.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CEEC is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 206 | 236 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.07 |
| HSL | 188.37º | 0.85% | 0.5% | - |
| HSV(B) | 188.37º | 0.91% | 0.93% | - |
| XYZ | 37.52 | 50.36 | 87.1 | - |
| YUV | 154.11 | 174.21 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 236 | 0.91 | 0.13 | 0 | 0.07 | 188.37 | 0.85 | 0.5 |
| Hex | 15 | CE | EC | 5B | D | 0 | 7 | BC | 55 | 32 |
| Octal | 25 | 316 | 354 | 133 | 15 | 0 | 7 | 274 | 125 | 62 |
| Binary | 10101 | 11001110 | 11101100 | 1011011 | 1101 | 0 | 111 | 10111100 | 1010101 | 110010 |
Color Harmonies of #15CEEC
Complementary color
Monochromatic Colors of #15CEEC
Black with #15CEEC
Text Example
Text Example
White with #15CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CEEC; }
p { color: rgb(21,206,236); }
H1.HeaderClassName
{
color: #15CEEC;
}
.AnyTagClassName
{
color: #15CEEC;
}
</style>
background-color css
<style>
a { background-color: #15CEEC; }
a { background-color: rgb(21,206,236); }
div.DivClassName
{
background-color: #15CEEC;
}
.BgClassName
{
background-color: #15CEEC;
}
</style>
border-color css
<style>
span { border-color: #15CEEC; }
span { border-color: rgb(21,206,236); }
td.TdClassName
{
border-color: #15CEEC;
}
.TagClassName
{
border-color: #15CEEC;
}
</style>