Shades of Deep Sky Blue #12CEFC
Tints of Deep Sky Blue #12CEFC
RGB
CMYK
RGB Variations
Color information
#12CEFC (or 0x12CEFC) is known color: Deep Sky Blue. HEX triplet: 12, CE and FC. RGB value is (18,206,252). Sum of RGB (Red+Green+Blue) = 18+206+252=476 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.78% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #12CEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEFC is #ED3103. Grayscale: #9A9A9A. Windows color (decimal): -15544580 or 16567826. OLE color: 16567826.
HSL color Cylindrical-coordinate representation of color #12CEFC: hue angle of 191.79º 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 #12CEFC is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 206 | 252 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.01 |
| HSL | 191.79º | 0.98% | 0.53% | - |
| HSV(B) | 191.79º | 0.93% | 0.99% | - |
| XYZ | 39.89 | 51.3 | 99.89 | - |
| YUV | 155.03 | 182.72 | 30.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 252 | 0.93 | 0.18 | 0 | 0.01 | 191.79 | 0.98 | 0.53 |
| Hex | 12 | CE | FC | 5D | 12 | 0 | 1 | C0 | 62 | 35 |
| Octal | 22 | 316 | 374 | 135 | 22 | 0 | 1 | 300 | 142 | 65 |
| Binary | 10010 | 11001110 | 11111100 | 1011101 | 10010 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #12CEFC
Complementary color
Monochromatic Colors of #12CEFC
Black with #12CEFC
Text Example
Text Example
White with #12CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CEFC; }
p { color: rgb(18,206,252); }
H1.HeaderClassName
{
color: #12CEFC;
}
.AnyTagClassName
{
color: #12CEFC;
}
</style>
background-color css
<style>
a { background-color: #12CEFC; }
a { background-color: rgb(18,206,252); }
div.DivClassName
{
background-color: #12CEFC;
}
.BgClassName
{
background-color: #12CEFC;
}
</style>
border-color css
<style>
span { border-color: #12CEFC; }
span { border-color: rgb(18,206,252); }
td.TdClassName
{
border-color: #12CEFC;
}
.TagClassName
{
border-color: #12CEFC;
}
</style>