Shades of Summer Sky #1ABDE7
Tints of Summer Sky #1ABDE7
RGB
CMYK
RGB Variations
Color information
#1ABDE7 (or 0x1ABDE7) is known color: Summer Sky. HEX triplet: 1A, BD and E7. RGB value is (26,189,231). Sum of RGB (Red+Green+Blue) = 26+189+231=446 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.83% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #1ABDE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDE7 is #E54218. Grayscale: #909090. Windows color (decimal): -15024665 or 15187226. OLE color: 15187226.
HSL color Cylindrical-coordinate representation of color #1ABDE7: hue angle of 192.29º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABDE7 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 189 | 231 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.09 |
| HSL | 192.29º | 0.81% | 0.5% | - |
| HSV(B) | 192.29º | 0.89% | 0.91% | - |
| XYZ | 33.05 | 42.38 | 82.04 | - |
| YUV | 145.05 | 176.5 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 231 | 0.89 | 0.18 | 0 | 0.09 | 192.29 | 0.81 | 0.5 |
| Hex | 1A | BD | E7 | 59 | 12 | 0 | 9 | C0 | 51 | 32 |
| Octal | 32 | 275 | 347 | 131 | 22 | 0 | 11 | 300 | 121 | 62 |
| Binary | 11010 | 10111101 | 11100111 | 1011001 | 10010 | 0 | 1001 | 11000000 | 1010001 | 110010 |
Color Harmonies of #1ABDE7
Complementary color
Monochromatic Colors of #1ABDE7
Black with #1ABDE7
Text Example
Text Example
White with #1ABDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDE7; }
p { color: rgb(26,189,231); }
H1.HeaderClassName
{
color: #1ABDE7;
}
.AnyTagClassName
{
color: #1ABDE7;
}
</style>
background-color css
<style>
a { background-color: #1ABDE7; }
a { background-color: rgb(26,189,231); }
div.DivClassName
{
background-color: #1ABDE7;
}
.BgClassName
{
background-color: #1ABDE7;
}
</style>
border-color css
<style>
span { border-color: #1ABDE7; }
span { border-color: rgb(26,189,231); }
td.TdClassName
{
border-color: #1ABDE7;
}
.TagClassName
{
border-color: #1ABDE7;
}
</style>