Shades of Deep Sky Blue #15C0FC
Tints of Deep Sky Blue #15C0FC
RGB
CMYK
RGB Variations
Color information
#15C0FC (or 0x15C0FC) is known color: Deep Sky Blue. HEX triplet: 15, C0 and FC. RGB value is (21,192,252). Sum of RGB (Red+Green+Blue) = 21+192+252=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #15C0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C0FC is #EA3F03. Grayscale: #939393. Windows color (decimal): -15351556 or 16564245. OLE color: 16564245.
HSL color Cylindrical-coordinate representation of color #15C0FC: hue angle of 195.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15C0FC is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 192 | 252 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.01 |
| HSL | 195.58º | 0.97% | 0.54% | - |
| HSV(B) | 195.58º | 0.92% | 0.99% | - |
| XYZ | 36.73 | 44.89 | 98.82 | - |
| YUV | 147.71 | 186.85 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 252 | 0.92 | 0.24 | 0 | 0.01 | 195.58 | 0.97 | 0.54 |
| Hex | 15 | C0 | FC | 5C | 18 | 0 | 1 | C4 | 61 | 36 |
| Octal | 25 | 300 | 374 | 134 | 30 | 0 | 1 | 304 | 141 | 66 |
| Binary | 10101 | 11000000 | 11111100 | 1011100 | 11000 | 0 | 1 | 11000100 | 1100001 | 110110 |
Color Harmonies of #15C0FC
Complementary color
Monochromatic Colors of #15C0FC
Black with #15C0FC
Text Example
Text Example
White with #15C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0FC; }
p { color: rgb(21,192,252); }
H1.HeaderClassName
{
color: #15C0FC;
}
.AnyTagClassName
{
color: #15C0FC;
}
</style>
background-color css
<style>
a { background-color: #15C0FC; }
a { background-color: rgb(21,192,252); }
div.DivClassName
{
background-color: #15C0FC;
}
.BgClassName
{
background-color: #15C0FC;
}
</style>
border-color css
<style>
span { border-color: #15C0FC; }
span { border-color: rgb(21,192,252); }
td.TdClassName
{
border-color: #15C0FC;
}
.TagClassName
{
border-color: #15C0FC;
}
</style>