Shades of Deep Sky Blue #1AB9FE
Tints of Deep Sky Blue #1AB9FE
RGB
CMYK
RGB Variations
Color information
#1AB9FE (or 0x1AB9FE) is known color: Deep Sky Blue. HEX triplet: 1A, B9 and FE. RGB value is (26,185,254). Sum of RGB (Red+Green+Blue) = 26+185+254=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AB9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB9FE is #E54601. Grayscale: #909090. Windows color (decimal): -15025666 or 16693530. OLE color: 16693530.
HSL color Cylindrical-coordinate representation of color #1AB9FE: hue angle of 198.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AB9FE is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 185 | 254 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.00 |
| HSL | 198.16º | 0.99% | 0.55% | - |
| HSV(B) | 198.16º | 0.9% | 1% | - |
| XYZ | 35.66 | 42.07 | 100.01 | - |
| YUV | 145.33 | 189.32 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 254 | 0.90 | 0.27 | 0 | 0.00 | 198.16 | 0.99 | 0.55 |
| Hex | 1A | B9 | FE | 5A | 1B | 0 | 0 | C6 | 63 | 37 |
| Octal | 32 | 271 | 376 | 132 | 33 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11010 | 10111001 | 11111110 | 1011010 | 11011 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #1AB9FE
Complementary color
Monochromatic Colors of #1AB9FE
Black with #1AB9FE
Text Example
Text Example
White with #1AB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9FE; }
p { color: rgb(26,185,254); }
H1.HeaderClassName
{
color: #1AB9FE;
}
.AnyTagClassName
{
color: #1AB9FE;
}
</style>
background-color css
<style>
a { background-color: #1AB9FE; }
a { background-color: rgb(26,185,254); }
div.DivClassName
{
background-color: #1AB9FE;
}
.BgClassName
{
background-color: #1AB9FE;
}
</style>
border-color css
<style>
span { border-color: #1AB9FE; }
span { border-color: rgb(26,185,254); }
td.TdClassName
{
border-color: #1AB9FE;
}
.TagClassName
{
border-color: #1AB9FE;
}
</style>