Shades of Deep Sky Blue #1ABAFA
Tints of Deep Sky Blue #1ABAFA
RGB
CMYK
RGB Variations
Color information
#1ABAFA (or 0x1ABAFA) is known color: Deep Sky Blue. HEX triplet: 1A, BA and FA. RGB value is (26,186,250). Sum of RGB (Red+Green+Blue) = 26+186+250=462 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.63% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ABAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABAFA is #E54505. Grayscale: #919191. Windows color (decimal): -15025414 or 16431642. OLE color: 16431642.
HSL color Cylindrical-coordinate representation of color #1ABAFA: hue angle of 197.14º degrees, saturation: 0.96, 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 #1ABAFA is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 186 | 250 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.02 |
| HSL | 197.14º | 0.96% | 0.54% | - |
| HSV(B) | 197.14º | 0.9% | 0.98% | - |
| XYZ | 35.24 | 42.24 | 96.74 | - |
| YUV | 145.46 | 186.99 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 250 | 0.90 | 0.26 | 0 | 0.02 | 197.14 | 0.96 | 0.54 |
| Hex | 1A | BA | FA | 5A | 1A | 0 | 2 | C5 | 60 | 36 |
| Octal | 32 | 272 | 372 | 132 | 32 | 0 | 2 | 305 | 140 | 66 |
| Binary | 11010 | 10111010 | 11111010 | 1011010 | 11010 | 0 | 10 | 11000101 | 1100000 | 110110 |
Color Harmonies of #1ABAFA
Complementary color
Monochromatic Colors of #1ABAFA
Black with #1ABAFA
Text Example
Text Example
White with #1ABAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAFA; }
p { color: rgb(26,186,250); }
H1.HeaderClassName
{
color: #1ABAFA;
}
.AnyTagClassName
{
color: #1ABAFA;
}
</style>
background-color css
<style>
a { background-color: #1ABAFA; }
a { background-color: rgb(26,186,250); }
div.DivClassName
{
background-color: #1ABAFA;
}
.BgClassName
{
background-color: #1ABAFA;
}
</style>
border-color css
<style>
span { border-color: #1ABAFA; }
span { border-color: rgb(26,186,250); }
td.TdClassName
{
border-color: #1ABAFA;
}
.TagClassName
{
border-color: #1ABAFA;
}
</style>