Shades of Deep Sky Blue #1ABBEA
Tints of Deep Sky Blue #1ABBEA
RGB
CMYK
RGB Variations
Color information
#1ABBEA (or 0x1ABBEA) is known color: Deep Sky Blue. HEX triplet: 1A, BB and EA. RGB value is (26,187,234). Sum of RGB (Red+Green+Blue) = 26+187+234=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ABBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBEA is #E54415. Grayscale: #8F8F8F. Windows color (decimal): -15025174 or 15383322. OLE color: 15383322.
HSL color Cylindrical-coordinate representation of color #1ABBEA: hue angle of 193.56º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABBEA is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 187 | 234 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.08 |
| HSL | 193.56º | 0.83% | 0.51% | - |
| HSV(B) | 193.56º | 0.89% | 0.92% | - |
| XYZ | 33.05 | 41.7 | 84.15 | - |
| YUV | 144.22 | 178.66 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 234 | 0.89 | 0.20 | 0 | 0.08 | 193.56 | 0.83 | 0.51 |
| Hex | 1A | BB | EA | 59 | 14 | 0 | 8 | C2 | 53 | 33 |
| Octal | 32 | 273 | 352 | 131 | 24 | 0 | 10 | 302 | 123 | 63 |
| Binary | 11010 | 10111011 | 11101010 | 1011001 | 10100 | 0 | 1000 | 11000010 | 1010011 | 110011 |
Color Harmonies of #1ABBEA
Complementary color
Monochromatic Colors of #1ABBEA
Black with #1ABBEA
Text Example
Text Example
White with #1ABBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBEA; }
p { color: rgb(26,187,234); }
H1.HeaderClassName
{
color: #1ABBEA;
}
.AnyTagClassName
{
color: #1ABBEA;
}
</style>
background-color css
<style>
a { background-color: #1ABBEA; }
a { background-color: rgb(26,187,234); }
div.DivClassName
{
background-color: #1ABBEA;
}
.BgClassName
{
background-color: #1ABBEA;
}
</style>
border-color css
<style>
span { border-color: #1ABBEA; }
span { border-color: rgb(26,187,234); }
td.TdClassName
{
border-color: #1ABBEA;
}
.TagClassName
{
border-color: #1ABBEA;
}
</style>