Shades of Deep Sky Blue #1AB0FF
Tints of Deep Sky Blue #1AB0FF
RGB
CMYK
RGB Variations
Color information
#1AB0FF (or 0x1AB0FF) is known color: Deep Sky Blue. HEX triplet: 1A, B0 and FF. RGB value is (26,176,255). Sum of RGB (Red+Green+Blue) = 26+176+255=457 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.69% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB0FF is #E54F00. Grayscale: #8B8B8B. Windows color (decimal): -15027969 or 16756762. OLE color: 16756762.
HSL color Cylindrical-coordinate representation of color #1AB0FF: hue angle of 200.7º 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 #1AB0FF is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 176 | 255 | - |
| CMYK | 0.90 | 0.31 | 0 | 0 |
| HSL | 200.7º | 1% | 0.55% | - |
| HSV(B) | 200.7º | 0.9% | 1% | - |
| XYZ | 34 | 38.49 | 100.25 | - |
| YUV | 140.16 | 192.81 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 255 | 0.90 | 0.31 | 0 | 0 | 200.7 | 1 | 0.55 |
| Hex | 1A | B0 | FF | 5A | 1F | 0 | 0 | C9 | 64 | 37 |
| Octal | 32 | 260 | 377 | 132 | 37 | 0 | 0 | 311 | 144 | 67 |
| Binary | 11010 | 10110000 | 11111111 | 1011010 | 11111 | 0 | 0 | 11001001 | 1100100 | 110111 |
Color Harmonies of #1AB0FF
Complementary color
Monochromatic Colors of #1AB0FF
Black with #1AB0FF
Text Example
Text Example
White with #1AB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB0FF; }
p { color: rgb(26,176,255); }
H1.HeaderClassName
{
color: #1AB0FF;
}
.AnyTagClassName
{
color: #1AB0FF;
}
</style>
background-color css
<style>
a { background-color: #1AB0FF; }
a { background-color: rgb(26,176,255); }
div.DivClassName
{
background-color: #1AB0FF;
}
.BgClassName
{
background-color: #1AB0FF;
}
</style>
border-color css
<style>
span { border-color: #1AB0FF; }
span { border-color: rgb(26,176,255); }
td.TdClassName
{
border-color: #1AB0FF;
}
.TagClassName
{
border-color: #1AB0FF;
}
</style>