Shades of Deep Sky Blue #12CEF0
Tints of Deep Sky Blue #12CEF0
RGB
CMYK
RGB Variations
Color information
#12CEF0 (or 0x12CEF0) is known color: Deep Sky Blue. HEX triplet: 12, CE and F0. RGB value is (18,206,240). Sum of RGB (Red+Green+Blue) = 18+206+240=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #12CEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEF0 is #ED310F. Grayscale: #999999. Windows color (decimal): -15544592 or 15781394. OLE color: 15781394.
HSL color Cylindrical-coordinate representation of color #12CEF0: hue angle of 189.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CEF0 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 206 | 240 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.06 |
| HSL | 189.19º | 0.88% | 0.51% | - |
| HSV(B) | 189.19º | 0.93% | 0.94% | - |
| XYZ | 38.05 | 50.56 | 90.19 | - |
| YUV | 153.66 | 176.72 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 240 | 0.92 | 0.14 | 0 | 0.06 | 189.19 | 0.88 | 0.51 |
| Hex | 12 | CE | F0 | 5C | E | 0 | 6 | BD | 58 | 33 |
| Octal | 22 | 316 | 360 | 134 | 16 | 0 | 6 | 275 | 130 | 63 |
| Binary | 10010 | 11001110 | 11110000 | 1011100 | 1110 | 0 | 110 | 10111101 | 1011000 | 110011 |
Color Harmonies of #12CEF0
Complementary color
Monochromatic Colors of #12CEF0
Black with #12CEF0
Text Example
Text Example
White with #12CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CEF0; }
p { color: rgb(18,206,240); }
H1.HeaderClassName
{
color: #12CEF0;
}
.AnyTagClassName
{
color: #12CEF0;
}
</style>
background-color css
<style>
a { background-color: #12CEF0; }
a { background-color: rgb(18,206,240); }
div.DivClassName
{
background-color: #12CEF0;
}
.BgClassName
{
background-color: #12CEF0;
}
</style>
border-color css
<style>
span { border-color: #12CEF0; }
span { border-color: rgb(18,206,240); }
td.TdClassName
{
border-color: #12CEF0;
}
.TagClassName
{
border-color: #12CEF0;
}
</style>