Shades of Deep Sky Blue #12CEFE
Tints of Deep Sky Blue #12CEFE
RGB
CMYK
RGB Variations
Color information
#12CEFE (or 0x12CEFE) is known color: Deep Sky Blue. HEX triplet: 12, CE and FE. RGB value is (18,206,254). Sum of RGB (Red+Green+Blue) = 18+206+254=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #12CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEFE is #ED3101. Grayscale: #9A9A9A. Windows color (decimal): -15544578 or 16698898. OLE color: 16698898.
HSL color Cylindrical-coordinate representation of color #12CEFE: hue angle of 192.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CEFE is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 206 | 254 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.00 |
| HSL | 192.2º | 0.99% | 0.53% | - |
| HSV(B) | 192.2º | 0.93% | 1% | - |
| XYZ | 40.21 | 51.43 | 101.57 | - |
| YUV | 155.26 | 183.72 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 254 | 0.93 | 0.19 | 0 | 0.00 | 192.2 | 0.99 | 0.53 |
| Hex | 12 | CE | FE | 5D | 13 | 0 | 0 | C0 | 63 | 35 |
| Octal | 22 | 316 | 376 | 135 | 23 | 0 | 0 | 300 | 143 | 65 |
| Binary | 10010 | 11001110 | 11111110 | 1011101 | 10011 | 0 | 0 | 11000000 | 1100011 | 110101 |
Color Harmonies of #12CEFE
Complementary color
Monochromatic Colors of #12CEFE
Black with #12CEFE
Text Example
Text Example
White with #12CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CEFE; }
p { color: rgb(18,206,254); }
H1.HeaderClassName
{
color: #12CEFE;
}
.AnyTagClassName
{
color: #12CEFE;
}
</style>
background-color css
<style>
a { background-color: #12CEFE; }
a { background-color: rgb(18,206,254); }
div.DivClassName
{
background-color: #12CEFE;
}
.BgClassName
{
background-color: #12CEFE;
}
</style>
border-color css
<style>
span { border-color: #12CEFE; }
span { border-color: rgb(18,206,254); }
td.TdClassName
{
border-color: #12CEFE;
}
.TagClassName
{
border-color: #12CEFE;
}
</style>