Shades of Summer Sky #2AB2EF
Tints of Summer Sky #2AB2EF
RGB
CMYK
RGB Variations
Color information
#2AB2EF (or 0x2AB2EF) is known color: Summer Sky. HEX triplet: 2A, B2 and EF. RGB value is (42,178,239). Sum of RGB (Red+Green+Blue) = 42+178+239=459 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.15% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AB2EF is #D54D10. Grayscale: #8F8F8F. Windows color (decimal): -13978897 or 15708714. OLE color: 15708714.
HSL color Cylindrical-coordinate representation of color #2AB2EF: hue angle of 198.58º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB2EF is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 178 | 239 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.06 |
| HSL | 198.58º | 0.86% | 0.55% | - |
| HSV(B) | 198.58º | 0.82% | 0.94% | - |
| XYZ | 32.46 | 38.57 | 87.39 | - |
| YUV | 144.29 | 181.44 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 239 | 0.82 | 0.26 | 0 | 0.06 | 198.58 | 0.86 | 0.55 |
| Hex | 2A | B2 | EF | 52 | 1A | 0 | 6 | C7 | 56 | 37 |
| Octal | 52 | 262 | 357 | 122 | 32 | 0 | 6 | 307 | 126 | 67 |
| Binary | 101010 | 10110010 | 11101111 | 1010010 | 11010 | 0 | 110 | 11000111 | 1010110 | 110111 |
Color Harmonies of #2AB2EF
Complementary color
Monochromatic Colors of #2AB2EF
Black with #2AB2EF
Text Example
Text Example
White with #2AB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB2EF; }
p { color: rgb(42,178,239); }
H1.HeaderClassName
{
color: #2AB2EF;
}
.AnyTagClassName
{
color: #2AB2EF;
}
</style>
background-color css
<style>
a { background-color: #2AB2EF; }
a { background-color: rgb(42,178,239); }
div.DivClassName
{
background-color: #2AB2EF;
}
.BgClassName
{
background-color: #2AB2EF;
}
</style>
border-color css
<style>
span { border-color: #2AB2EF; }
span { border-color: rgb(42,178,239); }
td.TdClassName
{
border-color: #2AB2EF;
}
.TagClassName
{
border-color: #2AB2EF;
}
</style>