Shades of Deep Sky Blue #1AB1FF
Tints of Deep Sky Blue #1AB1FF
RGB
CMYK
RGB Variations
Color information
#1AB1FF (or 0x1AB1FF) is known color: Deep Sky Blue. HEX triplet: 1A, B1 and FF. RGB value is (26,177,255). Sum of RGB (Red+Green+Blue) = 26+177+255=458 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.68% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB1FF is #E54E00. Grayscale: #8C8C8C. Windows color (decimal): -15027713 or 16757018. OLE color: 16757018.
HSL color Cylindrical-coordinate representation of color #1AB1FF: hue angle of 200.44º 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 #1AB1FF is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 177 | 255 | - |
| CMYK | 0.90 | 0.31 | 0 | 0 |
| HSL | 200.44º | 1% | 0.55% | - |
| HSV(B) | 200.44º | 0.9% | 1% | - |
| XYZ | 34.2 | 38.88 | 100.31 | - |
| YUV | 140.74 | 192.47 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 255 | 0.90 | 0.31 | 0 | 0 | 200.44 | 1 | 0.55 |
| Hex | 1A | B1 | FF | 5A | 1F | 0 | 0 | C8 | 64 | 37 |
| Octal | 32 | 261 | 377 | 132 | 37 | 0 | 0 | 310 | 144 | 67 |
| Binary | 11010 | 10110001 | 11111111 | 1011010 | 11111 | 0 | 0 | 11001000 | 1100100 | 110111 |
Color Harmonies of #1AB1FF
Complementary color
Monochromatic Colors of #1AB1FF
Black with #1AB1FF
Text Example
Text Example
White with #1AB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB1FF; }
p { color: rgb(26,177,255); }
H1.HeaderClassName
{
color: #1AB1FF;
}
.AnyTagClassName
{
color: #1AB1FF;
}
</style>
background-color css
<style>
a { background-color: #1AB1FF; }
a { background-color: rgb(26,177,255); }
div.DivClassName
{
background-color: #1AB1FF;
}
.BgClassName
{
background-color: #1AB1FF;
}
</style>
border-color css
<style>
span { border-color: #1AB1FF; }
span { border-color: rgb(26,177,255); }
td.TdClassName
{
border-color: #1AB1FF;
}
.TagClassName
{
border-color: #1AB1FF;
}
</style>