Shades of Deep Sky Blue #1ABBEB
Tints of Deep Sky Blue #1ABBEB
RGB
CMYK
RGB Variations
Color information
#1ABBEB (or 0x1ABBEB) is known color: Deep Sky Blue. HEX triplet: 1A, BB and EB. RGB value is (26,187,235). Sum of RGB (Red+Green+Blue) = 26+187+235=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ABBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBEB is #E54414. Grayscale: #8F8F8F. Windows color (decimal): -15025173 or 15448858. OLE color: 15448858.
HSL color Cylindrical-coordinate representation of color #1ABBEB: hue angle of 193.78º degrees, saturation: 0.84, 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 #1ABBEB is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 187 | 235 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.08 |
| HSL | 193.78º | 0.84% | 0.51% | - |
| HSV(B) | 193.78º | 0.89% | 0.92% | - |
| XYZ | 33.19 | 41.76 | 84.91 | - |
| YUV | 144.33 | 179.16 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 235 | 0.89 | 0.20 | 0 | 0.08 | 193.78 | 0.84 | 0.51 |
| Hex | 1A | BB | EB | 59 | 14 | 0 | 8 | C2 | 54 | 33 |
| Octal | 32 | 273 | 353 | 131 | 24 | 0 | 10 | 302 | 124 | 63 |
| Binary | 11010 | 10111011 | 11101011 | 1011001 | 10100 | 0 | 1000 | 11000010 | 1010100 | 110011 |
Color Harmonies of #1ABBEB
Complementary color
Monochromatic Colors of #1ABBEB
Black with #1ABBEB
Text Example
Text Example
White with #1ABBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBEB; }
p { color: rgb(26,187,235); }
H1.HeaderClassName
{
color: #1ABBEB;
}
.AnyTagClassName
{
color: #1ABBEB;
}
</style>
background-color css
<style>
a { background-color: #1ABBEB; }
a { background-color: rgb(26,187,235); }
div.DivClassName
{
background-color: #1ABBEB;
}
.BgClassName
{
background-color: #1ABBEB;
}
</style>
border-color css
<style>
span { border-color: #1ABBEB; }
span { border-color: rgb(26,187,235); }
td.TdClassName
{
border-color: #1ABBEB;
}
.TagClassName
{
border-color: #1ABBEB;
}
</style>