Shades of Summer Sky #2AB7EF
Tints of Summer Sky #2AB7EF
RGB
CMYK
RGB Variations
Color information
#2AB7EF (or 0x2AB7EF) is known color: Summer Sky. HEX triplet: 2A, B7 and EF. RGB value is (42,183,239). Sum of RGB (Red+Green+Blue) = 42+183+239=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AB7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB7EF is #D54810. Grayscale: #929292. Windows color (decimal): -13977617 or 15709994. OLE color: 15709994.
HSL color Cylindrical-coordinate representation of color #2AB7EF: hue angle of 197.06º 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 #2AB7EF is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 183 | 239 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.06 |
| HSL | 197.06º | 0.86% | 0.55% | - |
| HSV(B) | 197.06º | 0.82% | 0.94% | - |
| XYZ | 33.47 | 40.59 | 87.73 | - |
| YUV | 147.23 | 179.79 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 239 | 0.82 | 0.23 | 0 | 0.06 | 197.06 | 0.86 | 0.55 |
| Hex | 2A | B7 | EF | 52 | 17 | 0 | 6 | C5 | 56 | 37 |
| Octal | 52 | 267 | 357 | 122 | 27 | 0 | 6 | 305 | 126 | 67 |
| Binary | 101010 | 10110111 | 11101111 | 1010010 | 10111 | 0 | 110 | 11000101 | 1010110 | 110111 |
Color Harmonies of #2AB7EF
Complementary color
Monochromatic Colors of #2AB7EF
Black with #2AB7EF
Text Example
Text Example
White with #2AB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB7EF; }
p { color: rgb(42,183,239); }
H1.HeaderClassName
{
color: #2AB7EF;
}
.AnyTagClassName
{
color: #2AB7EF;
}
</style>
background-color css
<style>
a { background-color: #2AB7EF; }
a { background-color: rgb(42,183,239); }
div.DivClassName
{
background-color: #2AB7EF;
}
.BgClassName
{
background-color: #2AB7EF;
}
</style>
border-color css
<style>
span { border-color: #2AB7EF; }
span { border-color: rgb(42,183,239); }
td.TdClassName
{
border-color: #2AB7EF;
}
.TagClassName
{
border-color: #2AB7EF;
}
</style>