Shades of Deep Sky Blue #12CEFF
Tints of Deep Sky Blue #12CEFF
RGB
CMYK
RGB Variations
Color information
#12CEFF (or 0x12CEFF) is known color: Deep Sky Blue. HEX triplet: 12, CE and FF. RGB value is (18,206,255). Sum of RGB (Red+Green+Blue) = 18+206+255=479 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.76% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #12CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEFF is #ED3100. Grayscale: #9A9A9A. Windows color (decimal): -15544577 or 16764434. OLE color: 16764434.
HSL color Cylindrical-coordinate representation of color #12CEFF: hue angle of 192.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CEFF is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 206 | 255 | - |
| CMYK | 0.93 | 0.19 | 0 | 0 |
| HSL | 192.41º | 1% | 0.54% | - |
| HSV(B) | 192.41º | 0.93% | 1% | - |
| XYZ | 40.37 | 51.49 | 102.42 | - |
| YUV | 155.37 | 184.22 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 255 | 0.93 | 0.19 | 0 | 0 | 192.41 | 1 | 0.54 |
| Hex | 12 | CE | FF | 5D | 13 | 0 | 0 | C0 | 64 | 36 |
| Octal | 22 | 316 | 377 | 135 | 23 | 0 | 0 | 300 | 144 | 66 |
| Binary | 10010 | 11001110 | 11111111 | 1011101 | 10011 | 0 | 0 | 11000000 | 1100100 | 110110 |
Color Harmonies of #12CEFF
Complementary color
Monochromatic Colors of #12CEFF
Black with #12CEFF
Text Example
Text Example
White with #12CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CEFF; }
p { color: rgb(18,206,255); }
H1.HeaderClassName
{
color: #12CEFF;
}
.AnyTagClassName
{
color: #12CEFF;
}
</style>
background-color css
<style>
a { background-color: #12CEFF; }
a { background-color: rgb(18,206,255); }
div.DivClassName
{
background-color: #12CEFF;
}
.BgClassName
{
background-color: #12CEFF;
}
</style>
border-color css
<style>
span { border-color: #12CEFF; }
span { border-color: rgb(18,206,255); }
td.TdClassName
{
border-color: #12CEFF;
}
.TagClassName
{
border-color: #12CEFF;
}
</style>