Shades of Deep Sky Blue #12ABEB
Tints of Deep Sky Blue #12ABEB
RGB
CMYK
RGB Variations
Color information
#12ABEB (or 0x12ABEB) is known color: Deep Sky Blue. HEX triplet: 12, AB and EB. RGB value is (18,171,235). Sum of RGB (Red+Green+Blue) = 18+171+235=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #12ABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ABEB is #ED5414. Grayscale: #848484. Windows color (decimal): -15553557 or 15444754. OLE color: 15444754.
HSL color Cylindrical-coordinate representation of color #12ABEB: hue angle of 197.7º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ABEB is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 171 | 235 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.08 |
| HSL | 197.7º | 0.86% | 0.5% | - |
| HSV(B) | 197.7º | 0.92% | 0.92% | - |
| XYZ | 29.81 | 35.25 | 83.83 | - |
| YUV | 132.55 | 185.81 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 235 | 0.92 | 0.27 | 0 | 0.08 | 197.7 | 0.86 | 0.5 |
| Hex | 12 | AB | EB | 5C | 1B | 0 | 8 | C6 | 56 | 32 |
| Octal | 22 | 253 | 353 | 134 | 33 | 0 | 10 | 306 | 126 | 62 |
| Binary | 10010 | 10101011 | 11101011 | 1011100 | 11011 | 0 | 1000 | 11000110 | 1010110 | 110010 |
Color Harmonies of #12ABEB
Complementary color
Monochromatic Colors of #12ABEB
Black with #12ABEB
Text Example
Text Example
White with #12ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABEB; }
p { color: rgb(18,171,235); }
H1.HeaderClassName
{
color: #12ABEB;
}
.AnyTagClassName
{
color: #12ABEB;
}
</style>
background-color css
<style>
a { background-color: #12ABEB; }
a { background-color: rgb(18,171,235); }
div.DivClassName
{
background-color: #12ABEB;
}
.BgClassName
{
background-color: #12ABEB;
}
</style>
border-color css
<style>
span { border-color: #12ABEB; }
span { border-color: rgb(18,171,235); }
td.TdClassName
{
border-color: #12ABEB;
}
.TagClassName
{
border-color: #12ABEB;
}
</style>