Shades of Summer Sky #1AB2ED
Tints of Summer Sky #1AB2ED
RGB
CMYK
RGB Variations
Color information
#1AB2ED (or 0x1AB2ED) is known color: Summer Sky. HEX triplet: 1A, B2 and ED. RGB value is (26,178,237). Sum of RGB (Red+Green+Blue) = 26+178+237=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #1AB2ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB2ED is #E54D12. Grayscale: #8A8A8A. Windows color (decimal): -15027475 or 15577626. OLE color: 15577626.
HSL color Cylindrical-coordinate representation of color #1AB2ED: hue angle of 196.78º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB2ED is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 178 | 237 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.07 |
| HSL | 196.78º | 0.85% | 0.52% | - |
| HSV(B) | 196.78º | 0.89% | 0.93% | - |
| XYZ | 31.63 | 38.17 | 85.82 | - |
| YUV | 139.28 | 183.14 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 237 | 0.89 | 0.25 | 0 | 0.07 | 196.78 | 0.85 | 0.52 |
| Hex | 1A | B2 | ED | 59 | 19 | 0 | 7 | C5 | 55 | 34 |
| Octal | 32 | 262 | 355 | 131 | 31 | 0 | 7 | 305 | 125 | 64 |
| Binary | 11010 | 10110010 | 11101101 | 1011001 | 11001 | 0 | 111 | 11000101 | 1010101 | 110100 |
Color Harmonies of #1AB2ED
Complementary color
Monochromatic Colors of #1AB2ED
Black with #1AB2ED
Text Example
Text Example
White with #1AB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB2ED; }
p { color: rgb(26,178,237); }
H1.HeaderClassName
{
color: #1AB2ED;
}
.AnyTagClassName
{
color: #1AB2ED;
}
</style>
background-color css
<style>
a { background-color: #1AB2ED; }
a { background-color: rgb(26,178,237); }
div.DivClassName
{
background-color: #1AB2ED;
}
.BgClassName
{
background-color: #1AB2ED;
}
</style>
border-color css
<style>
span { border-color: #1AB2ED; }
span { border-color: rgb(26,178,237); }
td.TdClassName
{
border-color: #1AB2ED;
}
.TagClassName
{
border-color: #1AB2ED;
}
</style>