Shades of Deep Sky Blue #1ABAFB
Tints of Deep Sky Blue #1ABAFB
RGB
CMYK
RGB Variations
Color information
#1ABAFB (or 0x1ABAFB) is known color: Deep Sky Blue. HEX triplet: 1A, BA and FB. RGB value is (26,186,251). Sum of RGB (Red+Green+Blue) = 26+186+251=463 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.62% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ABAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABAFB is #E54504. Grayscale: #919191. Windows color (decimal): -15025413 or 16497178. OLE color: 16497178.
HSL color Cylindrical-coordinate representation of color #1ABAFB: hue angle of 197.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABAFB is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 186 | 251 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.02 |
| HSL | 197.33º | 0.97% | 0.54% | - |
| HSV(B) | 197.33º | 0.9% | 0.98% | - |
| XYZ | 35.4 | 42.3 | 97.57 | - |
| YUV | 145.57 | 187.49 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 251 | 0.90 | 0.26 | 0 | 0.02 | 197.33 | 0.97 | 0.54 |
| Hex | 1A | BA | FB | 5A | 1A | 0 | 2 | C5 | 61 | 36 |
| Octal | 32 | 272 | 373 | 132 | 32 | 0 | 2 | 305 | 141 | 66 |
| Binary | 11010 | 10111010 | 11111011 | 1011010 | 11010 | 0 | 10 | 11000101 | 1100001 | 110110 |
Color Harmonies of #1ABAFB
Complementary color
Monochromatic Colors of #1ABAFB
Black with #1ABAFB
Text Example
Text Example
White with #1ABAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAFB; }
p { color: rgb(26,186,251); }
H1.HeaderClassName
{
color: #1ABAFB;
}
.AnyTagClassName
{
color: #1ABAFB;
}
</style>
background-color css
<style>
a { background-color: #1ABAFB; }
a { background-color: rgb(26,186,251); }
div.DivClassName
{
background-color: #1ABAFB;
}
.BgClassName
{
background-color: #1ABAFB;
}
</style>
border-color css
<style>
span { border-color: #1ABAFB; }
span { border-color: rgb(26,186,251); }
td.TdClassName
{
border-color: #1ABAFB;
}
.TagClassName
{
border-color: #1ABAFB;
}
</style>