Shades of Deep Sky Blue #12C5ED
Tints of Deep Sky Blue #12C5ED
RGB
CMYK
RGB Variations
Color information
#12C5ED (or 0x12C5ED) is known color: Deep Sky Blue. HEX triplet: 12, C5 and ED. RGB value is (18,197,237). Sum of RGB (Red+Green+Blue) = 18+197+237=452 (59% of max value = 765). Red value is 18 (7.42% from 255 or 3.98% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #12C5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C5ED is #ED3A12. Grayscale: #939393. Windows color (decimal): -15546899 or 15582482. OLE color: 15582482.
HSL color Cylindrical-coordinate representation of color #12C5ED: hue angle of 190.96º 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 #12C5ED is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 197 | 237 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.07 |
| HSL | 190.96º | 0.86% | 0.5% | - |
| HSV(B) | 190.96º | 0.92% | 0.93% | - |
| XYZ | 35.5 | 46.18 | 87.16 | - |
| YUV | 148.04 | 178.2 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 237 | 0.92 | 0.17 | 0 | 0.07 | 190.96 | 0.86 | 0.5 |
| Hex | 12 | C5 | ED | 5C | 11 | 0 | 7 | BF | 56 | 32 |
| Octal | 22 | 305 | 355 | 134 | 21 | 0 | 7 | 277 | 126 | 62 |
| Binary | 10010 | 11000101 | 11101101 | 1011100 | 10001 | 0 | 111 | 10111111 | 1010110 | 110010 |
Color Harmonies of #12C5ED
Complementary color
Monochromatic Colors of #12C5ED
Black with #12C5ED
Text Example
Text Example
White with #12C5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C5ED; }
p { color: rgb(18,197,237); }
H1.HeaderClassName
{
color: #12C5ED;
}
.AnyTagClassName
{
color: #12C5ED;
}
</style>
background-color css
<style>
a { background-color: #12C5ED; }
a { background-color: rgb(18,197,237); }
div.DivClassName
{
background-color: #12C5ED;
}
.BgClassName
{
background-color: #12C5ED;
}
</style>
border-color css
<style>
span { border-color: #12C5ED; }
span { border-color: rgb(18,197,237); }
td.TdClassName
{
border-color: #12C5ED;
}
.TagClassName
{
border-color: #12C5ED;
}
</style>