Shades of Summer Sky #1ABADF
Tints of Summer Sky #1ABADF
RGB
CMYK
RGB Variations
Color information
#1ABADF (or 0x1ABADF) is known color: Summer Sky. HEX triplet: 1A, BA and DF. RGB value is (26,186,223). Sum of RGB (Red+Green+Blue) = 26+186+223=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ABADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABADF is #E54520. Grayscale: #8E8E8E. Windows color (decimal): -15025441 or 14662170. OLE color: 14662170.
HSL color Cylindrical-coordinate representation of color #1ABADF: hue angle of 191.27º 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 #1ABADF is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 186 | 223 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.13 |
| HSL | 191.27º | 0.79% | 0.49% | - |
| HSV(B) | 191.27º | 0.88% | 0.87% | - |
| XYZ | 31.3 | 40.67 | 76.01 | - |
| YUV | 142.38 | 173.49 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 223 | 0.88 | 0.17 | 0 | 0.13 | 191.27 | 0.79 | 0.49 |
| Hex | 1A | BA | DF | 58 | 11 | 0 | D | BF | 4F | 31 |
| Octal | 32 | 272 | 337 | 130 | 21 | 0 | 15 | 277 | 117 | 61 |
| Binary | 11010 | 10111010 | 11011111 | 1011000 | 10001 | 0 | 1101 | 10111111 | 1001111 | 110001 |
Color Harmonies of #1ABADF
Complementary color
Monochromatic Colors of #1ABADF
Black with #1ABADF
Text Example
Text Example
White with #1ABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABADF; }
p { color: rgb(26,186,223); }
H1.HeaderClassName
{
color: #1ABADF;
}
.AnyTagClassName
{
color: #1ABADF;
}
</style>
background-color css
<style>
a { background-color: #1ABADF; }
a { background-color: rgb(26,186,223); }
div.DivClassName
{
background-color: #1ABADF;
}
.BgClassName
{
background-color: #1ABADF;
}
</style>
border-color css
<style>
span { border-color: #1ABADF; }
span { border-color: rgb(26,186,223); }
td.TdClassName
{
border-color: #1ABADF;
}
.TagClassName
{
border-color: #1ABADF;
}
</style>