Shades of Deep Sky Blue #1AB9FF
Tints of Deep Sky Blue #1AB9FF
RGB
CMYK
RGB Variations
Color information
#1AB9FF (or 0x1AB9FF) is known color: Deep Sky Blue. HEX triplet: 1A, B9 and FF. RGB value is (26,185,255). Sum of RGB (Red+Green+Blue) = 26+185+255=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AB9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB9FF is #E54600. Grayscale: #919191. Windows color (decimal): -15025665 or 16759066. OLE color: 16759066.
HSL color Cylindrical-coordinate representation of color #1AB9FF: hue angle of 198.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AB9FF is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 185 | 255 | - |
| CMYK | 0.90 | 0.27 | 0 | 0 |
| HSL | 198.34º | 1% | 0.55% | - |
| HSV(B) | 198.34º | 0.9% | 1% | - |
| XYZ | 35.82 | 42.14 | 100.85 | - |
| YUV | 145.44 | 189.82 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 255 | 0.90 | 0.27 | 0 | 0 | 198.34 | 1 | 0.55 |
| Hex | 1A | B9 | FF | 5A | 1B | 0 | 0 | C6 | 64 | 37 |
| Octal | 32 | 271 | 377 | 132 | 33 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11010 | 10111001 | 11111111 | 1011010 | 11011 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #1AB9FF
Complementary color
Monochromatic Colors of #1AB9FF
Black with #1AB9FF
Text Example
Text Example
White with #1AB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9FF; }
p { color: rgb(26,185,255); }
H1.HeaderClassName
{
color: #1AB9FF;
}
.AnyTagClassName
{
color: #1AB9FF;
}
</style>
background-color css
<style>
a { background-color: #1AB9FF; }
a { background-color: rgb(26,185,255); }
div.DivClassName
{
background-color: #1AB9FF;
}
.BgClassName
{
background-color: #1AB9FF;
}
</style>
border-color css
<style>
span { border-color: #1AB9FF; }
span { border-color: rgb(26,185,255); }
td.TdClassName
{
border-color: #1AB9FF;
}
.TagClassName
{
border-color: #1AB9FF;
}
</style>