Shades of Deep Sky Blue #1AB9F6
Tints of Deep Sky Blue #1AB9F6
RGB
CMYK
RGB Variations
Color information
#1AB9F6 (or 0x1AB9F6) is known color: Deep Sky Blue. HEX triplet: 1A, B9 and F6. RGB value is (26,185,246). Sum of RGB (Red+Green+Blue) = 26+185+246=457 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.69% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #1AB9F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB9F6 is #E54609. Grayscale: #909090. Windows color (decimal): -15025674 or 16169242. OLE color: 16169242.
HSL color Cylindrical-coordinate representation of color #1AB9F6: hue angle of 196.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB9F6 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 185 | 246 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.04 |
| HSL | 196.64º | 0.92% | 0.53% | - |
| HSV(B) | 196.64º | 0.89% | 0.96% | - |
| XYZ | 34.41 | 41.57 | 93.4 | - |
| YUV | 144.41 | 185.32 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 246 | 0.89 | 0.25 | 0 | 0.04 | 196.64 | 0.92 | 0.53 |
| Hex | 1A | B9 | F6 | 59 | 19 | 0 | 4 | C5 | 5C | 35 |
| Octal | 32 | 271 | 366 | 131 | 31 | 0 | 4 | 305 | 134 | 65 |
| Binary | 11010 | 10111001 | 11110110 | 1011001 | 11001 | 0 | 100 | 11000101 | 1011100 | 110101 |
Color Harmonies of #1AB9F6
Complementary color
Monochromatic Colors of #1AB9F6
Black with #1AB9F6
Text Example
Text Example
White with #1AB9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9F6; }
p { color: rgb(26,185,246); }
H1.HeaderClassName
{
color: #1AB9F6;
}
.AnyTagClassName
{
color: #1AB9F6;
}
</style>
background-color css
<style>
a { background-color: #1AB9F6; }
a { background-color: rgb(26,185,246); }
div.DivClassName
{
background-color: #1AB9F6;
}
.BgClassName
{
background-color: #1AB9F6;
}
</style>
border-color css
<style>
span { border-color: #1AB9F6; }
span { border-color: rgb(26,185,246); }
td.TdClassName
{
border-color: #1AB9F6;
}
.TagClassName
{
border-color: #1AB9F6;
}
</style>