Shades of Deep Sky Blue #1ABAEF
Tints of Deep Sky Blue #1ABAEF
RGB
CMYK
RGB Variations
Color information
#1ABAEF (or 0x1ABAEF) is known color: Deep Sky Blue. HEX triplet: 1A, BA and EF. RGB value is (26,186,239). Sum of RGB (Red+Green+Blue) = 26+186+239=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ABAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABAEF is #E54510. Grayscale: #8F8F8F. Windows color (decimal): -15025425 or 15710746. OLE color: 15710746.
HSL color Cylindrical-coordinate representation of color #1ABAEF: hue angle of 194.93º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABAEF is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 186 | 239 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.06 |
| HSL | 194.93º | 0.87% | 0.52% | - |
| HSV(B) | 194.93º | 0.89% | 0.94% | - |
| XYZ | 33.56 | 41.57 | 87.92 | - |
| YUV | 144.2 | 181.49 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 239 | 0.89 | 0.22 | 0 | 0.06 | 194.93 | 0.87 | 0.52 |
| Hex | 1A | BA | EF | 59 | 16 | 0 | 6 | C3 | 57 | 34 |
| Octal | 32 | 272 | 357 | 131 | 26 | 0 | 6 | 303 | 127 | 64 |
| Binary | 11010 | 10111010 | 11101111 | 1011001 | 10110 | 0 | 110 | 11000011 | 1010111 | 110100 |
Color Harmonies of #1ABAEF
Complementary color
Monochromatic Colors of #1ABAEF
Black with #1ABAEF
Text Example
Text Example
White with #1ABAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAEF; }
p { color: rgb(26,186,239); }
H1.HeaderClassName
{
color: #1ABAEF;
}
.AnyTagClassName
{
color: #1ABAEF;
}
</style>
background-color css
<style>
a { background-color: #1ABAEF; }
a { background-color: rgb(26,186,239); }
div.DivClassName
{
background-color: #1ABAEF;
}
.BgClassName
{
background-color: #1ABAEF;
}
</style>
border-color css
<style>
span { border-color: #1ABAEF; }
span { border-color: rgb(26,186,239); }
td.TdClassName
{
border-color: #1ABAEF;
}
.TagClassName
{
border-color: #1ABAEF;
}
</style>