Shades of Deep Sky Blue #15C2EF
Tints of Deep Sky Blue #15C2EF
RGB
CMYK
RGB Variations
Color information
#15C2EF (or 0x15C2EF) is known color: Deep Sky Blue. HEX triplet: 15, C2 and EF. RGB value is (21,194,239). Sum of RGB (Red+Green+Blue) = 21+194+239=454 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.63% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #15C2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C2EF is #EA3D10. Grayscale: #939393. Windows color (decimal): -15351057 or 15712789. OLE color: 15712789.
HSL color Cylindrical-coordinate representation of color #15C2EF: hue angle of 192.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15C2EF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 194 | 239 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.06 |
| HSL | 192.39º | 0.87% | 0.51% | - |
| HSV(B) | 192.39º | 0.91% | 0.94% | - |
| XYZ | 35.18 | 44.98 | 88.49 | - |
| YUV | 147.4 | 179.69 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 239 | 0.91 | 0.19 | 0 | 0.06 | 192.39 | 0.87 | 0.51 |
| Hex | 15 | C2 | EF | 5B | 13 | 0 | 6 | C0 | 57 | 33 |
| Octal | 25 | 302 | 357 | 133 | 23 | 0 | 6 | 300 | 127 | 63 |
| Binary | 10101 | 11000010 | 11101111 | 1011011 | 10011 | 0 | 110 | 11000000 | 1010111 | 110011 |
Color Harmonies of #15C2EF
Complementary color
Monochromatic Colors of #15C2EF
Black with #15C2EF
Text Example
Text Example
White with #15C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C2EF; }
p { color: rgb(21,194,239); }
H1.HeaderClassName
{
color: #15C2EF;
}
.AnyTagClassName
{
color: #15C2EF;
}
</style>
background-color css
<style>
a { background-color: #15C2EF; }
a { background-color: rgb(21,194,239); }
div.DivClassName
{
background-color: #15C2EF;
}
.BgClassName
{
background-color: #15C2EF;
}
</style>
border-color css
<style>
span { border-color: #15C2EF; }
span { border-color: rgb(21,194,239); }
td.TdClassName
{
border-color: #15C2EF;
}
.TagClassName
{
border-color: #15C2EF;
}
</style>