Shades of Deep Sky Blue #15CFEC
Tints of Deep Sky Blue #15CFEC
RGB
CMYK
RGB Variations
Color information
#15CFEC (or 0x15CFEC) is known color: Deep Sky Blue. HEX triplet: 15, CF and EC. RGB value is (21,207,236). Sum of RGB (Red+Green+Blue) = 21+207+236=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #15CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFEC is #EA3013. Grayscale: #9A9A9A. Windows color (decimal): -15347732 or 15519509. OLE color: 15519509.
HSL color Cylindrical-coordinate representation of color #15CFEC: hue angle of 188.09º 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 #15CFEC is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 207 | 236 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.07 |
| HSL | 188.09º | 0.85% | 0.5% | - |
| HSV(B) | 188.09º | 0.91% | 0.93% | - |
| XYZ | 37.76 | 50.84 | 87.18 | - |
| YUV | 154.69 | 173.88 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 236 | 0.91 | 0.12 | 0 | 0.07 | 188.09 | 0.85 | 0.5 |
| Hex | 15 | CF | EC | 5B | C | 0 | 7 | BC | 55 | 32 |
| Octal | 25 | 317 | 354 | 133 | 14 | 0 | 7 | 274 | 125 | 62 |
| Binary | 10101 | 11001111 | 11101100 | 1011011 | 1100 | 0 | 111 | 10111100 | 1010101 | 110010 |
Color Harmonies of #15CFEC
Complementary color
Monochromatic Colors of #15CFEC
Black with #15CFEC
Text Example
Text Example
White with #15CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFEC; }
p { color: rgb(21,207,236); }
H1.HeaderClassName
{
color: #15CFEC;
}
.AnyTagClassName
{
color: #15CFEC;
}
</style>
background-color css
<style>
a { background-color: #15CFEC; }
a { background-color: rgb(21,207,236); }
div.DivClassName
{
background-color: #15CFEC;
}
.BgClassName
{
background-color: #15CFEC;
}
</style>
border-color css
<style>
span { border-color: #15CFEC; }
span { border-color: rgb(21,207,236); }
td.TdClassName
{
border-color: #15CFEC;
}
.TagClassName
{
border-color: #15CFEC;
}
</style>