Shades of Deep Sky Blue #15C2FC
Tints of Deep Sky Blue #15C2FC
RGB
CMYK
RGB Variations
Color information
#15C2FC (or 0x15C2FC) is known color: Deep Sky Blue. HEX triplet: 15, C2 and FC. RGB value is (21,194,252). Sum of RGB (Red+Green+Blue) = 21+194+252=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #15C2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C2FC is #EA3D03. Grayscale: #949494. Windows color (decimal): -15351044 or 16564757. OLE color: 16564757.
HSL color Cylindrical-coordinate representation of color #15C2FC: hue angle of 195.06º 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 #15C2FC is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 194 | 252 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.01 |
| HSL | 195.06º | 0.97% | 0.54% | - |
| HSV(B) | 195.06º | 0.92% | 0.99% | - |
| XYZ | 37.17 | 45.77 | 98.97 | - |
| YUV | 148.89 | 186.19 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 252 | 0.92 | 0.23 | 0 | 0.01 | 195.06 | 0.97 | 0.54 |
| Hex | 15 | C2 | FC | 5C | 17 | 0 | 1 | C3 | 61 | 36 |
| Octal | 25 | 302 | 374 | 134 | 27 | 0 | 1 | 303 | 141 | 66 |
| Binary | 10101 | 11000010 | 11111100 | 1011100 | 10111 | 0 | 1 | 11000011 | 1100001 | 110110 |
Color Harmonies of #15C2FC
Complementary color
Monochromatic Colors of #15C2FC
Black with #15C2FC
Text Example
Text Example
White with #15C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C2FC; }
p { color: rgb(21,194,252); }
H1.HeaderClassName
{
color: #15C2FC;
}
.AnyTagClassName
{
color: #15C2FC;
}
</style>
background-color css
<style>
a { background-color: #15C2FC; }
a { background-color: rgb(21,194,252); }
div.DivClassName
{
background-color: #15C2FC;
}
.BgClassName
{
background-color: #15C2FC;
}
</style>
border-color css
<style>
span { border-color: #15C2FC; }
span { border-color: rgb(21,194,252); }
td.TdClassName
{
border-color: #15C2FC;
}
.TagClassName
{
border-color: #15C2FC;
}
</style>