Shades of Deep Sky Blue #15C2FF
Tints of Deep Sky Blue #15C2FF
RGB
CMYK
RGB Variations
Color information
#15C2FF (or 0x15C2FF) is known color: Deep Sky Blue. HEX triplet: 15, C2 and FF. RGB value is (21,194,255). Sum of RGB (Red+Green+Blue) = 21+194+255=470 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.47% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #15C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C2FF is #EA3D00. Grayscale: #949494. Windows color (decimal): -15351041 or 16761365. OLE color: 16761365.
HSL color Cylindrical-coordinate representation of color #15C2FF: hue angle of 195.64º 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 #15C2FF is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 194 | 255 | - |
| CMYK | 0.92 | 0.24 | 0 | 0 |
| HSL | 195.64º | 1% | 0.54% | - |
| HSV(B) | 195.64º | 0.92% | 1% | - |
| XYZ | 37.65 | 45.96 | 101.5 | - |
| YUV | 149.23 | 187.69 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 255 | 0.92 | 0.24 | 0 | 0 | 195.64 | 1 | 0.54 |
| Hex | 15 | C2 | FF | 5C | 18 | 0 | 0 | C4 | 64 | 36 |
| Octal | 25 | 302 | 377 | 134 | 30 | 0 | 0 | 304 | 144 | 66 |
| Binary | 10101 | 11000010 | 11111111 | 1011100 | 11000 | 0 | 0 | 11000100 | 1100100 | 110110 |
Color Harmonies of #15C2FF
Complementary color
Monochromatic Colors of #15C2FF
Black with #15C2FF
Text Example
Text Example
White with #15C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C2FF; }
p { color: rgb(21,194,255); }
H1.HeaderClassName
{
color: #15C2FF;
}
.AnyTagClassName
{
color: #15C2FF;
}
</style>
background-color css
<style>
a { background-color: #15C2FF; }
a { background-color: rgb(21,194,255); }
div.DivClassName
{
background-color: #15C2FF;
}
.BgClassName
{
background-color: #15C2FF;
}
</style>
border-color css
<style>
span { border-color: #15C2FF; }
span { border-color: rgb(21,194,255); }
td.TdClassName
{
border-color: #15C2FF;
}
.TagClassName
{
border-color: #15C2FF;
}
</style>