Shades of Deep Sky Blue #12CFED
Tints of Deep Sky Blue #12CFED
RGB
CMYK
RGB Variations
Color information
#12CFED (or 0x12CFED) is known color: Deep Sky Blue. HEX triplet: 12, CF and ED. RGB value is (18,207,237). Sum of RGB (Red+Green+Blue) = 18+207+237=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #12CFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFED is #ED3012. Grayscale: #999999. Windows color (decimal): -15544339 or 15585042. OLE color: 15585042.
HSL color Cylindrical-coordinate representation of color #12CFED: hue angle of 188.22º 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 #12CFED is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 207 | 237 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.07 |
| HSL | 188.22º | 0.86% | 0.5% | - |
| HSV(B) | 188.22º | 0.92% | 0.93% | - |
| XYZ | 37.85 | 50.87 | 87.94 | - |
| YUV | 153.91 | 174.88 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 237 | 0.92 | 0.13 | 0 | 0.07 | 188.22 | 0.86 | 0.5 |
| Hex | 12 | CF | ED | 5C | D | 0 | 7 | BC | 56 | 32 |
| Octal | 22 | 317 | 355 | 134 | 15 | 0 | 7 | 274 | 126 | 62 |
| Binary | 10010 | 11001111 | 11101101 | 1011100 | 1101 | 0 | 111 | 10111100 | 1010110 | 110010 |
Color Harmonies of #12CFED
Complementary color
Monochromatic Colors of #12CFED
Black with #12CFED
Text Example
Text Example
White with #12CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFED; }
p { color: rgb(18,207,237); }
H1.HeaderClassName
{
color: #12CFED;
}
.AnyTagClassName
{
color: #12CFED;
}
</style>
background-color css
<style>
a { background-color: #12CFED; }
a { background-color: rgb(18,207,237); }
div.DivClassName
{
background-color: #12CFED;
}
.BgClassName
{
background-color: #12CFED;
}
</style>
border-color css
<style>
span { border-color: #12CFED; }
span { border-color: rgb(18,207,237); }
td.TdClassName
{
border-color: #12CFED;
}
.TagClassName
{
border-color: #12CFED;
}
</style>