Shades of Summer Sky #1ABDE8
Tints of Summer Sky #1ABDE8
RGB
CMYK
RGB Variations
Color information
#1ABDE8 (or 0x1ABDE8) is known color: Summer Sky. HEX triplet: 1A, BD and E8. RGB value is (26,189,232). Sum of RGB (Red+Green+Blue) = 26+189+232=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #1ABDE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDE8 is #E54217. Grayscale: #909090. Windows color (decimal): -15024664 or 15252762. OLE color: 15252762.
HSL color Cylindrical-coordinate representation of color #1ABDE8: hue angle of 192.52º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABDE8 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 189 | 232 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.09 |
| HSL | 192.52º | 0.82% | 0.51% | - |
| HSV(B) | 192.52º | 0.89% | 0.91% | - |
| XYZ | 33.19 | 42.44 | 82.79 | - |
| YUV | 145.17 | 177 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 232 | 0.89 | 0.19 | 0 | 0.09 | 192.52 | 0.82 | 0.51 |
| Hex | 1A | BD | E8 | 59 | 13 | 0 | 9 | C1 | 52 | 33 |
| Octal | 32 | 275 | 350 | 131 | 23 | 0 | 11 | 301 | 122 | 63 |
| Binary | 11010 | 10111101 | 11101000 | 1011001 | 10011 | 0 | 1001 | 11000001 | 1010010 | 110011 |
Color Harmonies of #1ABDE8
Complementary color
Monochromatic Colors of #1ABDE8
Black with #1ABDE8
Text Example
Text Example
White with #1ABDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDE8; }
p { color: rgb(26,189,232); }
H1.HeaderClassName
{
color: #1ABDE8;
}
.AnyTagClassName
{
color: #1ABDE8;
}
</style>
background-color css
<style>
a { background-color: #1ABDE8; }
a { background-color: rgb(26,189,232); }
div.DivClassName
{
background-color: #1ABDE8;
}
.BgClassName
{
background-color: #1ABDE8;
}
</style>
border-color css
<style>
span { border-color: #1ABDE8; }
span { border-color: rgb(26,189,232); }
td.TdClassName
{
border-color: #1ABDE8;
}
.TagClassName
{
border-color: #1ABDE8;
}
</style>