Shades of Summer Sky #1ABADE
Tints of Summer Sky #1ABADE
RGB
CMYK
RGB Variations
Color information
#1ABADE (or 0x1ABADE) is known color: Summer Sky. HEX triplet: 1A, BA and DE. RGB value is (26,186,222). Sum of RGB (Red+Green+Blue) = 26+186+222=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #1ABADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABADE is #E54521. Grayscale: #8D8D8D. Windows color (decimal): -15025442 or 14596634. OLE color: 14596634.
HSL color Cylindrical-coordinate representation of color #1ABADE: hue angle of 191.02º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABADE is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 186 | 222 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.13 |
| HSL | 191.02º | 0.79% | 0.49% | - |
| HSV(B) | 191.02º | 0.88% | 0.87% | - |
| XYZ | 31.17 | 40.61 | 75.3 | - |
| YUV | 142.26 | 172.99 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 222 | 0.88 | 0.16 | 0 | 0.13 | 191.02 | 0.79 | 0.49 |
| Hex | 1A | BA | DE | 58 | 10 | 0 | D | BF | 4F | 31 |
| Octal | 32 | 272 | 336 | 130 | 20 | 0 | 15 | 277 | 117 | 61 |
| Binary | 11010 | 10111010 | 11011110 | 1011000 | 10000 | 0 | 1101 | 10111111 | 1001111 | 110001 |
Color Harmonies of #1ABADE
Complementary color
Monochromatic Colors of #1ABADE
Black with #1ABADE
Text Example
Text Example
White with #1ABADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABADE; }
p { color: rgb(26,186,222); }
H1.HeaderClassName
{
color: #1ABADE;
}
.AnyTagClassName
{
color: #1ABADE;
}
</style>
background-color css
<style>
a { background-color: #1ABADE; }
a { background-color: rgb(26,186,222); }
div.DivClassName
{
background-color: #1ABADE;
}
.BgClassName
{
background-color: #1ABADE;
}
</style>
border-color css
<style>
span { border-color: #1ABADE; }
span { border-color: rgb(26,186,222); }
td.TdClassName
{
border-color: #1ABADE;
}
.TagClassName
{
border-color: #1ABADE;
}
</style>