Shades of Deep Sky Blue #12BDEC
Tints of Deep Sky Blue #12BDEC
RGB
CMYK
RGB Variations
Color information
#12BDEC (or 0x12BDEC) is known color: Deep Sky Blue. HEX triplet: 12, BD and EC. RGB value is (18,189,236). Sum of RGB (Red+Green+Blue) = 18+189+236=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #12BDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDEC is #ED4213. Grayscale: #8E8E8E. Windows color (decimal): -15548948 or 15514898. OLE color: 15514898.
HSL color Cylindrical-coordinate representation of color #12BDEC: hue angle of 192.94º 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 #12BDEC is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 189 | 236 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.07 |
| HSL | 192.94º | 0.86% | 0.5% | - |
| HSV(B) | 192.94º | 0.92% | 0.93% | - |
| XYZ | 33.59 | 42.58 | 85.81 | - |
| YUV | 143.23 | 180.35 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 236 | 0.92 | 0.20 | 0 | 0.07 | 192.94 | 0.86 | 0.5 |
| Hex | 12 | BD | EC | 5C | 14 | 0 | 7 | C1 | 56 | 32 |
| Octal | 22 | 275 | 354 | 134 | 24 | 0 | 7 | 301 | 126 | 62 |
| Binary | 10010 | 10111101 | 11101100 | 1011100 | 10100 | 0 | 111 | 11000001 | 1010110 | 110010 |
Color Harmonies of #12BDEC
Complementary color
Monochromatic Colors of #12BDEC
Black with #12BDEC
Text Example
Text Example
White with #12BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDEC; }
p { color: rgb(18,189,236); }
H1.HeaderClassName
{
color: #12BDEC;
}
.AnyTagClassName
{
color: #12BDEC;
}
</style>
background-color css
<style>
a { background-color: #12BDEC; }
a { background-color: rgb(18,189,236); }
div.DivClassName
{
background-color: #12BDEC;
}
.BgClassName
{
background-color: #12BDEC;
}
</style>
border-color css
<style>
span { border-color: #12BDEC; }
span { border-color: rgb(18,189,236); }
td.TdClassName
{
border-color: #12BDEC;
}
.TagClassName
{
border-color: #12BDEC;
}
</style>