Shades of Deep Sky Blue #1AB5FE
Tints of Deep Sky Blue #1AB5FE
RGB
CMYK
RGB Variations
Color information
#1AB5FE (or 0x1AB5FE) is known color: Deep Sky Blue. HEX triplet: 1A, B5 and FE. RGB value is (26,181,254). Sum of RGB (Red+Green+Blue) = 26+181+254=461 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.64% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AB5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB5FE is #E54A01. Grayscale: #8E8E8E. Windows color (decimal): -15026690 or 16692506. OLE color: 16692506.
HSL color Cylindrical-coordinate representation of color #1AB5FE: hue angle of 199.21º 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 #1AB5FE is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 181 | 254 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.00 |
| HSL | 199.21º | 0.99% | 0.55% | - |
| HSV(B) | 199.21º | 0.9% | 1% | - |
| XYZ | 34.84 | 40.42 | 99.73 | - |
| YUV | 142.98 | 190.65 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 254 | 0.90 | 0.29 | 0 | 0.00 | 199.21 | 0.99 | 0.55 |
| Hex | 1A | B5 | FE | 5A | 1D | 0 | 0 | C7 | 63 | 37 |
| Octal | 32 | 265 | 376 | 132 | 35 | 0 | 0 | 307 | 143 | 67 |
| Binary | 11010 | 10110101 | 11111110 | 1011010 | 11101 | 0 | 0 | 11000111 | 1100011 | 110111 |
Color Harmonies of #1AB5FE
Complementary color
Monochromatic Colors of #1AB5FE
Black with #1AB5FE
Text Example
Text Example
White with #1AB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB5FE; }
p { color: rgb(26,181,254); }
H1.HeaderClassName
{
color: #1AB5FE;
}
.AnyTagClassName
{
color: #1AB5FE;
}
</style>
background-color css
<style>
a { background-color: #1AB5FE; }
a { background-color: rgb(26,181,254); }
div.DivClassName
{
background-color: #1AB5FE;
}
.BgClassName
{
background-color: #1AB5FE;
}
</style>
border-color css
<style>
span { border-color: #1AB5FE; }
span { border-color: rgb(26,181,254); }
td.TdClassName
{
border-color: #1AB5FE;
}
.TagClassName
{
border-color: #1AB5FE;
}
</style>