Shades of Deep Sky Blue #1ABAF2
Tints of Deep Sky Blue #1ABAF2
RGB
CMYK
RGB Variations
Color information
#1ABAF2 (or 0x1ABAF2) is known color: Deep Sky Blue. HEX triplet: 1A, BA and F2. RGB value is (26,186,242). Sum of RGB (Red+Green+Blue) = 26+186+242=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #1ABAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABAF2 is #E5450D. Grayscale: #909090. Windows color (decimal): -15025422 or 15907354. OLE color: 15907354.
HSL color Cylindrical-coordinate representation of color #1ABAF2: hue angle of 195.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABAF2 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 186 | 242 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.05 |
| HSL | 195.56º | 0.89% | 0.53% | - |
| HSV(B) | 195.56º | 0.89% | 0.95% | - |
| XYZ | 34.01 | 41.75 | 90.27 | - |
| YUV | 144.54 | 182.99 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 242 | 0.89 | 0.23 | 0 | 0.05 | 195.56 | 0.89 | 0.53 |
| Hex | 1A | BA | F2 | 59 | 17 | 0 | 5 | C4 | 59 | 35 |
| Octal | 32 | 272 | 362 | 131 | 27 | 0 | 5 | 304 | 131 | 65 |
| Binary | 11010 | 10111010 | 11110010 | 1011001 | 10111 | 0 | 101 | 11000100 | 1011001 | 110101 |
Color Harmonies of #1ABAF2
Complementary color
Monochromatic Colors of #1ABAF2
Black with #1ABAF2
Text Example
Text Example
White with #1ABAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAF2; }
p { color: rgb(26,186,242); }
H1.HeaderClassName
{
color: #1ABAF2;
}
.AnyTagClassName
{
color: #1ABAF2;
}
</style>
background-color css
<style>
a { background-color: #1ABAF2; }
a { background-color: rgb(26,186,242); }
div.DivClassName
{
background-color: #1ABAF2;
}
.BgClassName
{
background-color: #1ABAF2;
}
</style>
border-color css
<style>
span { border-color: #1ABAF2; }
span { border-color: rgb(26,186,242); }
td.TdClassName
{
border-color: #1ABAF2;
}
.TagClassName
{
border-color: #1ABAF2;
}
</style>