Shades of Deep Sky Blue #12D0ED
Tints of Deep Sky Blue #12D0ED
RGB
CMYK
RGB Variations
Color information
#12D0ED (or 0x12D0ED) is known color: Deep Sky Blue. HEX triplet: 12, D0 and ED. RGB value is (18,208,237). Sum of RGB (Red+Green+Blue) = 18+208+237=463 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.89% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #12D0ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D0ED is #ED2F12. Grayscale: #9A9A9A. Windows color (decimal): -15544083 or 15585298. OLE color: 15585298.
HSL color Cylindrical-coordinate representation of color #12D0ED: hue angle of 187.95º 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 #12D0ED is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 208 | 237 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.07 |
| HSL | 187.95º | 0.86% | 0.5% | - |
| HSV(B) | 187.95º | 0.92% | 0.93% | - |
| XYZ | 38.09 | 51.35 | 88.03 | - |
| YUV | 154.5 | 174.55 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 237 | 0.92 | 0.12 | 0 | 0.07 | 187.95 | 0.86 | 0.5 |
| Hex | 12 | D0 | ED | 5C | C | 0 | 7 | BC | 56 | 32 |
| Octal | 22 | 320 | 355 | 134 | 14 | 0 | 7 | 274 | 126 | 62 |
| Binary | 10010 | 11010000 | 11101101 | 1011100 | 1100 | 0 | 111 | 10111100 | 1010110 | 110010 |
Color Harmonies of #12D0ED
Complementary color
Monochromatic Colors of #12D0ED
Black with #12D0ED
Text Example
Text Example
White with #12D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0ED; }
p { color: rgb(18,208,237); }
H1.HeaderClassName
{
color: #12D0ED;
}
.AnyTagClassName
{
color: #12D0ED;
}
</style>
background-color css
<style>
a { background-color: #12D0ED; }
a { background-color: rgb(18,208,237); }
div.DivClassName
{
background-color: #12D0ED;
}
.BgClassName
{
background-color: #12D0ED;
}
</style>
border-color css
<style>
span { border-color: #12D0ED; }
span { border-color: rgb(18,208,237); }
td.TdClassName
{
border-color: #12D0ED;
}
.TagClassName
{
border-color: #12D0ED;
}
</style>