Shades of Deep Sky Blue #12C2FC
Tints of Deep Sky Blue #12C2FC
RGB
CMYK
RGB Variations
Color information
#12C2FC (or 0x12C2FC) is known color: Deep Sky Blue. HEX triplet: 12, C2 and FC. RGB value is (18,194,252). Sum of RGB (Red+Green+Blue) = 18+194+252=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #12C2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C2FC is #ED3D03. Grayscale: #939393. Windows color (decimal): -15547652 or 16564754. OLE color: 16564754.
HSL color Cylindrical-coordinate representation of color #12C2FC: hue angle of 194.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C2FC is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 194 | 252 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.01 |
| HSL | 194.87º | 0.98% | 0.53% | - |
| HSV(B) | 194.87º | 0.93% | 0.99% | - |
| XYZ | 37.11 | 45.74 | 98.97 | - |
| YUV | 147.99 | 186.69 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 252 | 0.93 | 0.23 | 0 | 0.01 | 194.87 | 0.98 | 0.53 |
| Hex | 12 | C2 | FC | 5D | 17 | 0 | 1 | C3 | 62 | 35 |
| Octal | 22 | 302 | 374 | 135 | 27 | 0 | 1 | 303 | 142 | 65 |
| Binary | 10010 | 11000010 | 11111100 | 1011101 | 10111 | 0 | 1 | 11000011 | 1100010 | 110101 |
Color Harmonies of #12C2FC
Complementary color
Monochromatic Colors of #12C2FC
Black with #12C2FC
Text Example
Text Example
White with #12C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C2FC; }
p { color: rgb(18,194,252); }
H1.HeaderClassName
{
color: #12C2FC;
}
.AnyTagClassName
{
color: #12C2FC;
}
</style>
background-color css
<style>
a { background-color: #12C2FC; }
a { background-color: rgb(18,194,252); }
div.DivClassName
{
background-color: #12C2FC;
}
.BgClassName
{
background-color: #12C2FC;
}
</style>
border-color css
<style>
span { border-color: #12C2FC; }
span { border-color: rgb(18,194,252); }
td.TdClassName
{
border-color: #12C2FC;
}
.TagClassName
{
border-color: #12C2FC;
}
</style>