Shades of Deep Sky Blue #1AB9EC
Tints of Deep Sky Blue #1AB9EC
RGB
CMYK
RGB Variations
Color information
#1AB9EC (or 0x1AB9EC) is known color: Deep Sky Blue. HEX triplet: 1A, B9 and EC. RGB value is (26,185,236). Sum of RGB (Red+Green+Blue) = 26+185+236=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #1AB9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB9EC is #E54613. Grayscale: #8E8E8E. Windows color (decimal): -15025684 or 15513882. OLE color: 15513882.
HSL color Cylindrical-coordinate representation of color #1AB9EC: hue angle of 194.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB9EC is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 185 | 236 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.07 |
| HSL | 194.57º | 0.85% | 0.51% | - |
| HSV(B) | 194.57º | 0.89% | 0.93% | - |
| XYZ | 32.92 | 40.97 | 85.53 | - |
| YUV | 143.27 | 180.32 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 236 | 0.89 | 0.22 | 0 | 0.07 | 194.57 | 0.85 | 0.51 |
| Hex | 1A | B9 | EC | 59 | 16 | 0 | 7 | C3 | 55 | 33 |
| Octal | 32 | 271 | 354 | 131 | 26 | 0 | 7 | 303 | 125 | 63 |
| Binary | 11010 | 10111001 | 11101100 | 1011001 | 10110 | 0 | 111 | 11000011 | 1010101 | 110011 |
Color Harmonies of #1AB9EC
Complementary color
Monochromatic Colors of #1AB9EC
Black with #1AB9EC
Text Example
Text Example
White with #1AB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9EC; }
p { color: rgb(26,185,236); }
H1.HeaderClassName
{
color: #1AB9EC;
}
.AnyTagClassName
{
color: #1AB9EC;
}
</style>
background-color css
<style>
a { background-color: #1AB9EC; }
a { background-color: rgb(26,185,236); }
div.DivClassName
{
background-color: #1AB9EC;
}
.BgClassName
{
background-color: #1AB9EC;
}
</style>
border-color css
<style>
span { border-color: #1AB9EC; }
span { border-color: rgb(26,185,236); }
td.TdClassName
{
border-color: #1AB9EC;
}
.TagClassName
{
border-color: #1AB9EC;
}
</style>