Shades of Summer Sky #2AADE3
Tints of Summer Sky #2AADE3
RGB
CMYK
RGB Variations
Color information
#2AADE3 (or 0x2AADE3) is known color: Summer Sky. HEX triplet: 2A, AD and E3. RGB value is (42,173,227). Sum of RGB (Red+Green+Blue) = 42+173+227=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #2AADE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADE3 is #D5521C. Grayscale: #8B8B8B. Windows color (decimal): -13980189 or 14921002. OLE color: 14921002.
HSL color Cylindrical-coordinate representation of color #2AADE3: hue angle of 197.51º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AADE3 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 173 | 227 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.11 |
| HSL | 197.51º | 0.77% | 0.53% | - |
| HSV(B) | 197.51º | 0.81% | 0.89% | - |
| XYZ | 29.76 | 35.93 | 78.04 | - |
| YUV | 139.99 | 177.1 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 227 | 0.81 | 0.24 | 0 | 0.11 | 197.51 | 0.77 | 0.53 |
| Hex | 2A | AD | E3 | 51 | 18 | 0 | B | C6 | 4D | 35 |
| Octal | 52 | 255 | 343 | 121 | 30 | 0 | 13 | 306 | 115 | 65 |
| Binary | 101010 | 10101101 | 11100011 | 1010001 | 11000 | 0 | 1011 | 11000110 | 1001101 | 110101 |
Color Harmonies of #2AADE3
Complementary color
Monochromatic Colors of #2AADE3
Black with #2AADE3
Text Example
Text Example
White with #2AADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADE3; }
p { color: rgb(42,173,227); }
H1.HeaderClassName
{
color: #2AADE3;
}
.AnyTagClassName
{
color: #2AADE3;
}
</style>
background-color css
<style>
a { background-color: #2AADE3; }
a { background-color: rgb(42,173,227); }
div.DivClassName
{
background-color: #2AADE3;
}
.BgClassName
{
background-color: #2AADE3;
}
</style>
border-color css
<style>
span { border-color: #2AADE3; }
span { border-color: rgb(42,173,227); }
td.TdClassName
{
border-color: #2AADE3;
}
.TagClassName
{
border-color: #2AADE3;
}
</style>