Shades of Summer Sky #2AABEF
Tints of Summer Sky #2AABEF
RGB
CMYK
RGB Variations
Color information
#2AABEF (or 0x2AABEF) is known color: Summer Sky. HEX triplet: 2A, AB and EF. RGB value is (42,171,239). Sum of RGB (Red+Green+Blue) = 42+171+239=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AABEF is #D55410. Grayscale: #8B8B8B. Windows color (decimal): -13980689 or 15706922. OLE color: 15706922.
HSL color Cylindrical-coordinate representation of color #2AABEF: hue angle of 200.71º 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 #2AABEF is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 171 | 239 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.06 |
| HSL | 200.71º | 0.86% | 0.55% | - |
| HSV(B) | 200.71º | 0.82% | 0.94% | - |
| XYZ | 31.1 | 35.85 | 86.94 | - |
| YUV | 140.18 | 183.76 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 239 | 0.82 | 0.28 | 0 | 0.06 | 200.71 | 0.86 | 0.55 |
| Hex | 2A | AB | EF | 52 | 1C | 0 | 6 | C9 | 56 | 37 |
| Octal | 52 | 253 | 357 | 122 | 34 | 0 | 6 | 311 | 126 | 67 |
| Binary | 101010 | 10101011 | 11101111 | 1010010 | 11100 | 0 | 110 | 11001001 | 1010110 | 110111 |
Color Harmonies of #2AABEF
Complementary color
Monochromatic Colors of #2AABEF
Black with #2AABEF
Text Example
Text Example
White with #2AABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABEF; }
p { color: rgb(42,171,239); }
H1.HeaderClassName
{
color: #2AABEF;
}
.AnyTagClassName
{
color: #2AABEF;
}
</style>
background-color css
<style>
a { background-color: #2AABEF; }
a { background-color: rgb(42,171,239); }
div.DivClassName
{
background-color: #2AABEF;
}
.BgClassName
{
background-color: #2AABEF;
}
</style>
border-color css
<style>
span { border-color: #2AABEF; }
span { border-color: rgb(42,171,239); }
td.TdClassName
{
border-color: #2AABEF;
}
.TagClassName
{
border-color: #2AABEF;
}
</style>