Shades of Deep Sky Blue #15C0FB
Tints of Deep Sky Blue #15C0FB
RGB
CMYK
RGB Variations
Color information
#15C0FB (or 0x15C0FB) is known color: Deep Sky Blue. HEX triplet: 15, C0 and FB. RGB value is (21,192,251). Sum of RGB (Red+Green+Blue) = 21+192+251=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #15C0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C0FB is #EA3F04. Grayscale: #939393. Windows color (decimal): -15351557 or 16498709. OLE color: 16498709.
HSL color Cylindrical-coordinate representation of color #15C0FB: hue angle of 195.39º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15C0FB is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 192 | 251 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.02 |
| HSL | 195.39º | 0.97% | 0.53% | - |
| HSV(B) | 195.39º | 0.92% | 0.98% | - |
| XYZ | 36.57 | 44.82 | 97.99 | - |
| YUV | 147.6 | 186.35 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 251 | 0.92 | 0.24 | 0 | 0.02 | 195.39 | 0.97 | 0.53 |
| Hex | 15 | C0 | FB | 5C | 18 | 0 | 2 | C3 | 61 | 35 |
| Octal | 25 | 300 | 373 | 134 | 30 | 0 | 2 | 303 | 141 | 65 |
| Binary | 10101 | 11000000 | 11111011 | 1011100 | 11000 | 0 | 10 | 11000011 | 1100001 | 110101 |
Color Harmonies of #15C0FB
Complementary color
Monochromatic Colors of #15C0FB
Black with #15C0FB
Text Example
Text Example
White with #15C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0FB; }
p { color: rgb(21,192,251); }
H1.HeaderClassName
{
color: #15C0FB;
}
.AnyTagClassName
{
color: #15C0FB;
}
</style>
background-color css
<style>
a { background-color: #15C0FB; }
a { background-color: rgb(21,192,251); }
div.DivClassName
{
background-color: #15C0FB;
}
.BgClassName
{
background-color: #15C0FB;
}
</style>
border-color css
<style>
span { border-color: #15C0FB; }
span { border-color: rgb(21,192,251); }
td.TdClassName
{
border-color: #15C0FB;
}
.TagClassName
{
border-color: #15C0FB;
}
</style>