Shades of Deep Sky Blue #12CFEC
Tints of Deep Sky Blue #12CFEC
RGB
CMYK
RGB Variations
Color information
#12CFEC (or 0x12CFEC) is known color: Deep Sky Blue. HEX triplet: 12, CF and EC. RGB value is (18,207,236). Sum of RGB (Red+Green+Blue) = 18+207+236=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #12CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFEC is #ED3013. Grayscale: #999999. Windows color (decimal): -15544340 or 15519506. OLE color: 15519506.
HSL color Cylindrical-coordinate representation of color #12CFEC: hue angle of 187.98º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CFEC is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 207 | 236 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.07 |
| HSL | 187.98º | 0.86% | 0.5% | - |
| HSV(B) | 187.98º | 0.92% | 0.93% | - |
| XYZ | 37.7 | 50.81 | 87.18 | - |
| YUV | 153.8 | 174.38 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 236 | 0.92 | 0.12 | 0 | 0.07 | 187.98 | 0.86 | 0.5 |
| Hex | 12 | CF | EC | 5C | C | 0 | 7 | BC | 56 | 32 |
| Octal | 22 | 317 | 354 | 134 | 14 | 0 | 7 | 274 | 126 | 62 |
| Binary | 10010 | 11001111 | 11101100 | 1011100 | 1100 | 0 | 111 | 10111100 | 1010110 | 110010 |
Color Harmonies of #12CFEC
Complementary color
Monochromatic Colors of #12CFEC
Black with #12CFEC
Text Example
Text Example
White with #12CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFEC; }
p { color: rgb(18,207,236); }
H1.HeaderClassName
{
color: #12CFEC;
}
.AnyTagClassName
{
color: #12CFEC;
}
</style>
background-color css
<style>
a { background-color: #12CFEC; }
a { background-color: rgb(18,207,236); }
div.DivClassName
{
background-color: #12CFEC;
}
.BgClassName
{
background-color: #12CFEC;
}
</style>
border-color css
<style>
span { border-color: #12CFEC; }
span { border-color: rgb(18,207,236); }
td.TdClassName
{
border-color: #12CFEC;
}
.TagClassName
{
border-color: #12CFEC;
}
</style>