Shades of Deep Sky Blue #15CDEC
Tints of Deep Sky Blue #15CDEC
RGB
CMYK
RGB Variations
Color information
#15CDEC (or 0x15CDEC) is known color: Deep Sky Blue. HEX triplet: 15, CD and EC. RGB value is (21,205,236). Sum of RGB (Red+Green+Blue) = 21+205+236=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #15CDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CDEC is #EA3213. Grayscale: #999999. Windows color (decimal): -15348244 or 15518997. OLE color: 15518997.
HSL color Cylindrical-coordinate representation of color #15CDEC: hue angle of 188.65º 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 #15CDEC is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 205 | 236 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.07 |
| HSL | 188.65º | 0.85% | 0.5% | - |
| HSV(B) | 188.65º | 0.91% | 0.93% | - |
| XYZ | 37.28 | 49.88 | 87.02 | - |
| YUV | 153.52 | 174.54 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 236 | 0.91 | 0.13 | 0 | 0.07 | 188.65 | 0.85 | 0.5 |
| Hex | 15 | CD | EC | 5B | D | 0 | 7 | BD | 55 | 32 |
| Octal | 25 | 315 | 354 | 133 | 15 | 0 | 7 | 275 | 125 | 62 |
| Binary | 10101 | 11001101 | 11101100 | 1011011 | 1101 | 0 | 111 | 10111101 | 1010101 | 110010 |
Color Harmonies of #15CDEC
Complementary color
Monochromatic Colors of #15CDEC
Black with #15CDEC
Text Example
Text Example
White with #15CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDEC; }
p { color: rgb(21,205,236); }
H1.HeaderClassName
{
color: #15CDEC;
}
.AnyTagClassName
{
color: #15CDEC;
}
</style>
background-color css
<style>
a { background-color: #15CDEC; }
a { background-color: rgb(21,205,236); }
div.DivClassName
{
background-color: #15CDEC;
}
.BgClassName
{
background-color: #15CDEC;
}
</style>
border-color css
<style>
span { border-color: #15CDEC; }
span { border-color: rgb(21,205,236); }
td.TdClassName
{
border-color: #15CDEC;
}
.TagClassName
{
border-color: #15CDEC;
}
</style>