Shades of Deep Sky Blue #1ABDF9
Tints of Deep Sky Blue #1ABDF9
RGB
CMYK
RGB Variations
Color information
#1ABDF9 (or 0x1ABDF9) is known color: Deep Sky Blue. HEX triplet: 1A, BD and F9. RGB value is (26,189,249). Sum of RGB (Red+Green+Blue) = 26+189+249=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #1ABDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDF9 is #E54206. Grayscale: #929292. Windows color (decimal): -15024647 or 16366874. OLE color: 16366874.
HSL color Cylindrical-coordinate representation of color #1ABDF9: hue angle of 196.14º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABDF9 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 189 | 249 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.02 |
| HSL | 196.14º | 0.95% | 0.54% | - |
| HSV(B) | 196.14º | 0.9% | 0.98% | - |
| XYZ | 35.72 | 43.45 | 96.13 | - |
| YUV | 147.1 | 185.5 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 249 | 0.90 | 0.24 | 0 | 0.02 | 196.14 | 0.95 | 0.54 |
| Hex | 1A | BD | F9 | 5A | 18 | 0 | 2 | C4 | 5F | 36 |
| Octal | 32 | 275 | 371 | 132 | 30 | 0 | 2 | 304 | 137 | 66 |
| Binary | 11010 | 10111101 | 11111001 | 1011010 | 11000 | 0 | 10 | 11000100 | 1011111 | 110110 |
Color Harmonies of #1ABDF9
Complementary color
Monochromatic Colors of #1ABDF9
Black with #1ABDF9
Text Example
Text Example
White with #1ABDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDF9; }
p { color: rgb(26,189,249); }
H1.HeaderClassName
{
color: #1ABDF9;
}
.AnyTagClassName
{
color: #1ABDF9;
}
</style>
background-color css
<style>
a { background-color: #1ABDF9; }
a { background-color: rgb(26,189,249); }
div.DivClassName
{
background-color: #1ABDF9;
}
.BgClassName
{
background-color: #1ABDF9;
}
</style>
border-color css
<style>
span { border-color: #1ABDF9; }
span { border-color: rgb(26,189,249); }
td.TdClassName
{
border-color: #1ABDF9;
}
.TagClassName
{
border-color: #1ABDF9;
}
</style>