Shades of Deep Sky Blue #15C9FA
Tints of Deep Sky Blue #15C9FA
RGB
CMYK
RGB Variations
Color information
#15C9FA (or 0x15C9FA) is known color: Deep Sky Blue. HEX triplet: 15, C9 and FA. RGB value is (21,201,250). Sum of RGB (Red+Green+Blue) = 21+201+250=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #15C9FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C9FA is #EA3605. Grayscale: #989898. Windows color (decimal): -15349254 or 16435477. OLE color: 16435477.
HSL color Cylindrical-coordinate representation of color #15C9FA: hue angle of 192.84º degrees, saturation: 0.96, 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 #15C9FA is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 201 | 250 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.02 |
| HSL | 192.84º | 0.96% | 0.53% | - |
| HSV(B) | 192.84º | 0.92% | 0.98% | - |
| XYZ | 38.45 | 48.83 | 97.84 | - |
| YUV | 152.77 | 182.87 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 201 | 250 | 0.92 | 0.20 | 0 | 0.02 | 192.84 | 0.96 | 0.53 |
| Hex | 15 | C9 | FA | 5C | 14 | 0 | 2 | C1 | 60 | 35 |
| Octal | 25 | 311 | 372 | 134 | 24 | 0 | 2 | 301 | 140 | 65 |
| Binary | 10101 | 11001001 | 11111010 | 1011100 | 10100 | 0 | 10 | 11000001 | 1100000 | 110101 |
Color Harmonies of #15C9FA
Complementary color
Monochromatic Colors of #15C9FA
Black with #15C9FA
Text Example
Text Example
White with #15C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C9FA; }
p { color: rgb(21,201,250); }
H1.HeaderClassName
{
color: #15C9FA;
}
.AnyTagClassName
{
color: #15C9FA;
}
</style>
background-color css
<style>
a { background-color: #15C9FA; }
a { background-color: rgb(21,201,250); }
div.DivClassName
{
background-color: #15C9FA;
}
.BgClassName
{
background-color: #15C9FA;
}
</style>
border-color css
<style>
span { border-color: #15C9FA; }
span { border-color: rgb(21,201,250); }
td.TdClassName
{
border-color: #15C9FA;
}
.TagClassName
{
border-color: #15C9FA;
}
</style>