Shades of Summer Sky #2AADF6
Tints of Summer Sky #2AADF6
RGB
CMYK
RGB Variations
Color information
#2AADF6 (or 0x2AADF6) is known color: Summer Sky. HEX triplet: 2A, AD and F6. RGB value is (42,173,246). Sum of RGB (Red+Green+Blue) = 42+173+246=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #2AADF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AADF6 is #D55209. Grayscale: #8D8D8D. Windows color (decimal): -13980170 or 16166186. OLE color: 16166186.
HSL color Cylindrical-coordinate representation of color #2AADF6: hue angle of 201.47º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AADF6 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 173 | 246 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.04 |
| HSL | 201.47º | 0.92% | 0.56% | - |
| HSV(B) | 201.47º | 0.83% | 0.96% | - |
| XYZ | 32.53 | 37.03 | 92.62 | - |
| YUV | 142.15 | 186.6 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 246 | 0.83 | 0.30 | 0 | 0.04 | 201.47 | 0.92 | 0.56 |
| Hex | 2A | AD | F6 | 53 | 1E | 0 | 4 | C9 | 5C | 38 |
| Octal | 52 | 255 | 366 | 123 | 36 | 0 | 4 | 311 | 134 | 70 |
| Binary | 101010 | 10101101 | 11110110 | 1010011 | 11110 | 0 | 100 | 11001001 | 1011100 | 111000 |
Color Harmonies of #2AADF6
Complementary color
Monochromatic Colors of #2AADF6
Black with #2AADF6
Text Example
Text Example
White with #2AADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADF6; }
p { color: rgb(42,173,246); }
H1.HeaderClassName
{
color: #2AADF6;
}
.AnyTagClassName
{
color: #2AADF6;
}
</style>
background-color css
<style>
a { background-color: #2AADF6; }
a { background-color: rgb(42,173,246); }
div.DivClassName
{
background-color: #2AADF6;
}
.BgClassName
{
background-color: #2AADF6;
}
</style>
border-color css
<style>
span { border-color: #2AADF6; }
span { border-color: rgb(42,173,246); }
td.TdClassName
{
border-color: #2AADF6;
}
.TagClassName
{
border-color: #2AADF6;
}
</style>