Shades of Deep Sky Blue #1AB9EF
Tints of Deep Sky Blue #1AB9EF
RGB
CMYK
RGB Variations
Color information
#1AB9EF (or 0x1AB9EF) is known color: Deep Sky Blue. HEX triplet: 1A, B9 and EF. RGB value is (26,185,239). Sum of RGB (Red+Green+Blue) = 26+185+239=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AB9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB9EF is #E54610. Grayscale: #8F8F8F. Windows color (decimal): -15025681 or 15710490. OLE color: 15710490.
HSL color Cylindrical-coordinate representation of color #1AB9EF: hue angle of 195.21º 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 #1AB9EF is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 185 | 239 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.06 |
| HSL | 195.21º | 0.87% | 0.52% | - |
| HSV(B) | 195.21º | 0.89% | 0.94% | - |
| XYZ | 33.35 | 41.15 | 87.85 | - |
| YUV | 143.62 | 181.82 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 239 | 0.89 | 0.23 | 0 | 0.06 | 195.21 | 0.87 | 0.52 |
| Hex | 1A | B9 | EF | 59 | 17 | 0 | 6 | C3 | 57 | 34 |
| Octal | 32 | 271 | 357 | 131 | 27 | 0 | 6 | 303 | 127 | 64 |
| Binary | 11010 | 10111001 | 11101111 | 1011001 | 10111 | 0 | 110 | 11000011 | 1010111 | 110100 |
Color Harmonies of #1AB9EF
Complementary color
Monochromatic Colors of #1AB9EF
Black with #1AB9EF
Text Example
Text Example
White with #1AB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9EF; }
p { color: rgb(26,185,239); }
H1.HeaderClassName
{
color: #1AB9EF;
}
.AnyTagClassName
{
color: #1AB9EF;
}
</style>
background-color css
<style>
a { background-color: #1AB9EF; }
a { background-color: rgb(26,185,239); }
div.DivClassName
{
background-color: #1AB9EF;
}
.BgClassName
{
background-color: #1AB9EF;
}
</style>
border-color css
<style>
span { border-color: #1AB9EF; }
span { border-color: rgb(26,185,239); }
td.TdClassName
{
border-color: #1AB9EF;
}
.TagClassName
{
border-color: #1AB9EF;
}
</style>