Shades of Deep Sky Blue #1AB9FD
Tints of Deep Sky Blue #1AB9FD
RGB
CMYK
RGB Variations
Color information
#1AB9FD (or 0x1AB9FD) is known color: Deep Sky Blue. HEX triplet: 1A, B9 and FD. RGB value is (26,185,253). Sum of RGB (Red+Green+Blue) = 26+185+253=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AB9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB9FD is #E54602. Grayscale: #909090. Windows color (decimal): -15025667 or 16627994. OLE color: 16627994.
HSL color Cylindrical-coordinate representation of color #1AB9FD: hue angle of 197.97º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AB9FD is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 185 | 253 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.01 |
| HSL | 197.97º | 0.98% | 0.55% | - |
| HSV(B) | 197.97º | 0.9% | 0.99% | - |
| XYZ | 35.5 | 42.01 | 99.17 | - |
| YUV | 145.21 | 188.82 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 253 | 0.90 | 0.27 | 0 | 0.01 | 197.97 | 0.98 | 0.55 |
| Hex | 1A | B9 | FD | 5A | 1B | 0 | 1 | C6 | 62 | 37 |
| Octal | 32 | 271 | 375 | 132 | 33 | 0 | 1 | 306 | 142 | 67 |
| Binary | 11010 | 10111001 | 11111101 | 1011010 | 11011 | 0 | 1 | 11000110 | 1100010 | 110111 |
Color Harmonies of #1AB9FD
Complementary color
Monochromatic Colors of #1AB9FD
Black with #1AB9FD
Text Example
Text Example
White with #1AB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9FD; }
p { color: rgb(26,185,253); }
H1.HeaderClassName
{
color: #1AB9FD;
}
.AnyTagClassName
{
color: #1AB9FD;
}
</style>
background-color css
<style>
a { background-color: #1AB9FD; }
a { background-color: rgb(26,185,253); }
div.DivClassName
{
background-color: #1AB9FD;
}
.BgClassName
{
background-color: #1AB9FD;
}
</style>
border-color css
<style>
span { border-color: #1AB9FD; }
span { border-color: rgb(26,185,253); }
td.TdClassName
{
border-color: #1AB9FD;
}
.TagClassName
{
border-color: #1AB9FD;
}
</style>