Shades of Deep Sky Blue #15C0FF
Tints of Deep Sky Blue #15C0FF
RGB
CMYK
RGB Variations
Color information
#15C0FF (or 0x15C0FF) is known color: Deep Sky Blue. HEX triplet: 15, C0 and FF. RGB value is (21,192,255). Sum of RGB (Red+Green+Blue) = 21+192+255=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #15C0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C0FF is #EA3F00. Grayscale: #939393. Windows color (decimal): -15351553 or 16760853. OLE color: 16760853.
HSL color Cylindrical-coordinate representation of color #15C0FF: hue angle of 196.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15C0FF is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 192 | 255 | - |
| CMYK | 0.92 | 0.25 | 0 | 0 |
| HSL | 196.15º | 1% | 0.54% | - |
| HSV(B) | 196.15º | 0.92% | 1% | - |
| XYZ | 37.21 | 45.08 | 101.35 | - |
| YUV | 148.05 | 188.35 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 255 | 0.92 | 0.25 | 0 | 0 | 196.15 | 1 | 0.54 |
| Hex | 15 | C0 | FF | 5C | 19 | 0 | 0 | C4 | 64 | 36 |
| Octal | 25 | 300 | 377 | 134 | 31 | 0 | 0 | 304 | 144 | 66 |
| Binary | 10101 | 11000000 | 11111111 | 1011100 | 11001 | 0 | 0 | 11000100 | 1100100 | 110110 |
Color Harmonies of #15C0FF
Complementary color
Monochromatic Colors of #15C0FF
Black with #15C0FF
Text Example
Text Example
White with #15C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0FF; }
p { color: rgb(21,192,255); }
H1.HeaderClassName
{
color: #15C0FF;
}
.AnyTagClassName
{
color: #15C0FF;
}
</style>
background-color css
<style>
a { background-color: #15C0FF; }
a { background-color: rgb(21,192,255); }
div.DivClassName
{
background-color: #15C0FF;
}
.BgClassName
{
background-color: #15C0FF;
}
</style>
border-color css
<style>
span { border-color: #15C0FF; }
span { border-color: rgb(21,192,255); }
td.TdClassName
{
border-color: #15C0FF;
}
.TagClassName
{
border-color: #15C0FF;
}
</style>