Shades of Deep Sky Blue #12BFEC
Tints of Deep Sky Blue #12BFEC
RGB
CMYK
RGB Variations
Color information
#12BFEC (or 0x12BFEC) is known color: Deep Sky Blue. HEX triplet: 12, BF and EC. RGB value is (18,191,236). Sum of RGB (Red+Green+Blue) = 18+191+236=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #12BFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFEC is #ED4013. Grayscale: #909090. Windows color (decimal): -15548436 or 15515410. OLE color: 15515410.
HSL color Cylindrical-coordinate representation of color #12BFEC: hue angle of 192.39º 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 #12BFEC is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 191 | 236 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.07 |
| HSL | 192.39º | 0.86% | 0.5% | - |
| HSV(B) | 192.39º | 0.92% | 0.93% | - |
| XYZ | 34.02 | 43.45 | 85.95 | - |
| YUV | 144.4 | 179.69 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 236 | 0.92 | 0.19 | 0 | 0.07 | 192.39 | 0.86 | 0.5 |
| Hex | 12 | BF | EC | 5C | 13 | 0 | 7 | C0 | 56 | 32 |
| Octal | 22 | 277 | 354 | 134 | 23 | 0 | 7 | 300 | 126 | 62 |
| Binary | 10010 | 10111111 | 11101100 | 1011100 | 10011 | 0 | 111 | 11000000 | 1010110 | 110010 |
Color Harmonies of #12BFEC
Complementary color
Monochromatic Colors of #12BFEC
Black with #12BFEC
Text Example
Text Example
White with #12BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFEC; }
p { color: rgb(18,191,236); }
H1.HeaderClassName
{
color: #12BFEC;
}
.AnyTagClassName
{
color: #12BFEC;
}
</style>
background-color css
<style>
a { background-color: #12BFEC; }
a { background-color: rgb(18,191,236); }
div.DivClassName
{
background-color: #12BFEC;
}
.BgClassName
{
background-color: #12BFEC;
}
</style>
border-color css
<style>
span { border-color: #12BFEC; }
span { border-color: rgb(18,191,236); }
td.TdClassName
{
border-color: #12BFEC;
}
.TagClassName
{
border-color: #12BFEC;
}
</style>