Shades of Deep Sky Blue #1AB9EE
Tints of Deep Sky Blue #1AB9EE
RGB
CMYK
RGB Variations
Color information
#1AB9EE (or 0x1AB9EE) is known color: Deep Sky Blue. HEX triplet: 1A, B9 and EE. RGB value is (26,185,238). Sum of RGB (Red+Green+Blue) = 26+185+238=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #1AB9EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB9EE is #E54611. Grayscale: #8F8F8F. Windows color (decimal): -15025682 or 15644954. OLE color: 15644954.
HSL color Cylindrical-coordinate representation of color #1AB9EE: hue angle of 195º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB9EE is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 185 | 238 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.07 |
| HSL | 195º | 0.86% | 0.52% | - |
| HSV(B) | 195º | 0.89% | 0.93% | - |
| XYZ | 33.21 | 41.09 | 87.07 | - |
| YUV | 143.5 | 181.32 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 238 | 0.89 | 0.22 | 0 | 0.07 | 195 | 0.86 | 0.52 |
| Hex | 1A | B9 | EE | 59 | 16 | 0 | 7 | C3 | 56 | 34 |
| Octal | 32 | 271 | 356 | 131 | 26 | 0 | 7 | 303 | 126 | 64 |
| Binary | 11010 | 10111001 | 11101110 | 1011001 | 10110 | 0 | 111 | 11000011 | 1010110 | 110100 |
Color Harmonies of #1AB9EE
Complementary color
Monochromatic Colors of #1AB9EE
Black with #1AB9EE
Text Example
Text Example
White with #1AB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9EE; }
p { color: rgb(26,185,238); }
H1.HeaderClassName
{
color: #1AB9EE;
}
.AnyTagClassName
{
color: #1AB9EE;
}
</style>
background-color css
<style>
a { background-color: #1AB9EE; }
a { background-color: rgb(26,185,238); }
div.DivClassName
{
background-color: #1AB9EE;
}
.BgClassName
{
background-color: #1AB9EE;
}
</style>
border-color css
<style>
span { border-color: #1AB9EE; }
span { border-color: rgb(26,185,238); }
td.TdClassName
{
border-color: #1AB9EE;
}
.TagClassName
{
border-color: #1AB9EE;
}
</style>