Shades of Summer Sky #2AACF9
Tints of Summer Sky #2AACF9
RGB
CMYK
RGB Variations
Color information
#2AACF9 (or 0x2AACF9) is known color: Summer Sky. HEX triplet: 2A, AC and F9. RGB value is (42,172,249). Sum of RGB (Red+Green+Blue) = 42+172+249=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #2AACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AACF9 is #D55306. Grayscale: #8D8D8D. Windows color (decimal): -13980423 or 16362538. OLE color: 16362538.
HSL color Cylindrical-coordinate representation of color #2AACF9: hue angle of 202.32º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AACF9 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 172 | 249 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.02 |
| HSL | 202.32º | 0.95% | 0.57% | - |
| HSV(B) | 202.32º | 0.83% | 0.98% | - |
| XYZ | 32.81 | 36.84 | 95 | - |
| YUV | 141.91 | 188.43 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 249 | 0.83 | 0.31 | 0 | 0.02 | 202.32 | 0.95 | 0.57 |
| Hex | 2A | AC | F9 | 53 | 1F | 0 | 2 | CA | 5F | 39 |
| Octal | 52 | 254 | 371 | 123 | 37 | 0 | 2 | 312 | 137 | 71 |
| Binary | 101010 | 10101100 | 11111001 | 1010011 | 11111 | 0 | 10 | 11001010 | 1011111 | 111001 |
Color Harmonies of #2AACF9
Complementary color
Monochromatic Colors of #2AACF9
Black with #2AACF9
Text Example
Text Example
White with #2AACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACF9; }
p { color: rgb(42,172,249); }
H1.HeaderClassName
{
color: #2AACF9;
}
.AnyTagClassName
{
color: #2AACF9;
}
</style>
background-color css
<style>
a { background-color: #2AACF9; }
a { background-color: rgb(42,172,249); }
div.DivClassName
{
background-color: #2AACF9;
}
.BgClassName
{
background-color: #2AACF9;
}
</style>
border-color css
<style>
span { border-color: #2AACF9; }
span { border-color: rgb(42,172,249); }
td.TdClassName
{
border-color: #2AACF9;
}
.TagClassName
{
border-color: #2AACF9;
}
</style>