Shades of Deep Sky Blue #1ABAFF
Tints of Deep Sky Blue #1ABAFF
RGB
CMYK
RGB Variations
Color information
#1ABAFF (or 0x1ABAFF) is known color: Deep Sky Blue. HEX triplet: 1A, BA and FF. RGB value is (26,186,255). Sum of RGB (Red+Green+Blue) = 26+186+255=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ABAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABAFF is #E54500. Grayscale: #919191. Windows color (decimal): -15025409 or 16759322. OLE color: 16759322.
HSL color Cylindrical-coordinate representation of color #1ABAFF: hue angle of 198.08º 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 #1ABAFF is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 186 | 255 | - |
| CMYK | 0.90 | 0.27 | 0 | 0 |
| HSL | 198.08º | 1% | 0.55% | - |
| HSV(B) | 198.08º | 0.9% | 1% | - |
| XYZ | 36.03 | 42.56 | 100.92 | - |
| YUV | 146.03 | 189.49 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 255 | 0.90 | 0.27 | 0 | 0 | 198.08 | 1 | 0.55 |
| Hex | 1A | BA | FF | 5A | 1B | 0 | 0 | C6 | 64 | 37 |
| Octal | 32 | 272 | 377 | 132 | 33 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11010 | 10111010 | 11111111 | 1011010 | 11011 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #1ABAFF
Complementary color
Monochromatic Colors of #1ABAFF
Black with #1ABAFF
Text Example
Text Example
White with #1ABAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAFF; }
p { color: rgb(26,186,255); }
H1.HeaderClassName
{
color: #1ABAFF;
}
.AnyTagClassName
{
color: #1ABAFF;
}
</style>
background-color css
<style>
a { background-color: #1ABAFF; }
a { background-color: rgb(26,186,255); }
div.DivClassName
{
background-color: #1ABAFF;
}
.BgClassName
{
background-color: #1ABAFF;
}
</style>
border-color css
<style>
span { border-color: #1ABAFF; }
span { border-color: rgb(26,186,255); }
td.TdClassName
{
border-color: #1ABAFF;
}
.TagClassName
{
border-color: #1ABAFF;
}
</style>