Shades of Deep Sky Blue #15C2FE
Tints of Deep Sky Blue #15C2FE
RGB
CMYK
RGB Variations
Color information
#15C2FE (or 0x15C2FE) is known color: Deep Sky Blue. HEX triplet: 15, C2 and FE. RGB value is (21,194,254). Sum of RGB (Red+Green+Blue) = 21+194+254=469 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.48% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #15C2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C2FE is #EA3D01. Grayscale: #949494. Windows color (decimal): -15351042 or 16695829. OLE color: 16695829.
HSL color Cylindrical-coordinate representation of color #15C2FE: hue angle of 195.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15C2FE is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 194 | 254 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.00 |
| HSL | 195.45º | 0.99% | 0.54% | - |
| HSV(B) | 195.45º | 0.92% | 1% | - |
| XYZ | 37.49 | 45.9 | 100.65 | - |
| YUV | 149.11 | 187.19 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 254 | 0.92 | 0.24 | 0 | 0.00 | 195.45 | 0.99 | 0.54 |
| Hex | 15 | C2 | FE | 5C | 18 | 0 | 0 | C3 | 63 | 36 |
| Octal | 25 | 302 | 376 | 134 | 30 | 0 | 0 | 303 | 143 | 66 |
| Binary | 10101 | 11000010 | 11111110 | 1011100 | 11000 | 0 | 0 | 11000011 | 1100011 | 110110 |
Color Harmonies of #15C2FE
Complementary color
Monochromatic Colors of #15C2FE
Black with #15C2FE
Text Example
Text Example
White with #15C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C2FE; }
p { color: rgb(21,194,254); }
H1.HeaderClassName
{
color: #15C2FE;
}
.AnyTagClassName
{
color: #15C2FE;
}
</style>
background-color css
<style>
a { background-color: #15C2FE; }
a { background-color: rgb(21,194,254); }
div.DivClassName
{
background-color: #15C2FE;
}
.BgClassName
{
background-color: #15C2FE;
}
</style>
border-color css
<style>
span { border-color: #15C2FE; }
span { border-color: rgb(21,194,254); }
td.TdClassName
{
border-color: #15C2FE;
}
.TagClassName
{
border-color: #15C2FE;
}
</style>