Shades of Deep Sky Blue #15C0EF
Tints of Deep Sky Blue #15C0EF
RGB
CMYK
RGB Variations
Color information
#15C0EF (or 0x15C0EF) is known color: Deep Sky Blue. HEX triplet: 15, C0 and EF. RGB value is (21,192,239). Sum of RGB (Red+Green+Blue) = 21+192+239=452 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.65% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #15C0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C0EF is #EA3F10. Grayscale: #919191. Windows color (decimal): -15351569 or 15712277. OLE color: 15712277.
HSL color Cylindrical-coordinate representation of color #15C0EF: hue angle of 192.94º 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 #15C0EF is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 192 | 239 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.06 |
| HSL | 192.94º | 0.87% | 0.51% | - |
| HSV(B) | 192.94º | 0.91% | 0.94% | - |
| XYZ | 34.74 | 44.09 | 88.34 | - |
| YUV | 146.23 | 180.35 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 239 | 0.91 | 0.20 | 0 | 0.06 | 192.94 | 0.87 | 0.51 |
| Hex | 15 | C0 | EF | 5B | 14 | 0 | 6 | C1 | 57 | 33 |
| Octal | 25 | 300 | 357 | 133 | 24 | 0 | 6 | 301 | 127 | 63 |
| Binary | 10101 | 11000000 | 11101111 | 1011011 | 10100 | 0 | 110 | 11000001 | 1010111 | 110011 |
Color Harmonies of #15C0EF
Complementary color
Monochromatic Colors of #15C0EF
Black with #15C0EF
Text Example
Text Example
White with #15C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0EF; }
p { color: rgb(21,192,239); }
H1.HeaderClassName
{
color: #15C0EF;
}
.AnyTagClassName
{
color: #15C0EF;
}
</style>
background-color css
<style>
a { background-color: #15C0EF; }
a { background-color: rgb(21,192,239); }
div.DivClassName
{
background-color: #15C0EF;
}
.BgClassName
{
background-color: #15C0EF;
}
</style>
border-color css
<style>
span { border-color: #15C0EF; }
span { border-color: rgb(21,192,239); }
td.TdClassName
{
border-color: #15C0EF;
}
.TagClassName
{
border-color: #15C0EF;
}
</style>