Shades of Deep Sky Blue #12C5FC
Tints of Deep Sky Blue #12C5FC
RGB
CMYK
RGB Variations
Color information
#12C5FC (or 0x12C5FC) is known color: Deep Sky Blue. HEX triplet: 12, C5 and FC. RGB value is (18,197,252). Sum of RGB (Red+Green+Blue) = 18+197+252=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 197 (77.34% from 255 or 42.18% 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 #12C5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C5FC is #ED3A03. Grayscale: #959595. Windows color (decimal): -15546884 or 16565522. OLE color: 16565522.
HSL color Cylindrical-coordinate representation of color #12C5FC: hue angle of 194.1º 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 #12C5FC is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 197 | 252 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.01 |
| HSL | 194.1º | 0.98% | 0.53% | - |
| HSV(B) | 194.1º | 0.93% | 0.99% | - |
| XYZ | 37.79 | 47.09 | 99.19 | - |
| YUV | 149.75 | 185.7 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 252 | 0.93 | 0.22 | 0 | 0.01 | 194.1 | 0.98 | 0.53 |
| Hex | 12 | C5 | FC | 5D | 16 | 0 | 1 | C2 | 62 | 35 |
| Octal | 22 | 305 | 374 | 135 | 26 | 0 | 1 | 302 | 142 | 65 |
| Binary | 10010 | 11000101 | 11111100 | 1011101 | 10110 | 0 | 1 | 11000010 | 1100010 | 110101 |
Color Harmonies of #12C5FC
Complementary color
Monochromatic Colors of #12C5FC
Black with #12C5FC
Text Example
Text Example
White with #12C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C5FC; }
p { color: rgb(18,197,252); }
H1.HeaderClassName
{
color: #12C5FC;
}
.AnyTagClassName
{
color: #12C5FC;
}
</style>
background-color css
<style>
a { background-color: #12C5FC; }
a { background-color: rgb(18,197,252); }
div.DivClassName
{
background-color: #12C5FC;
}
.BgClassName
{
background-color: #12C5FC;
}
</style>
border-color css
<style>
span { border-color: #12C5FC; }
span { border-color: rgb(18,197,252); }
td.TdClassName
{
border-color: #12C5FC;
}
.TagClassName
{
border-color: #12C5FC;
}
</style>