Shades of Summer Sky #2AADDC
Tints of Summer Sky #2AADDC
RGB
CMYK
RGB Variations
Color information
#2AADDC (or 0x2AADDC) is known color: Summer Sky. HEX triplet: 2A, AD and DC. RGB value is (42,173,220). Sum of RGB (Red+Green+Blue) = 42+173+220=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADDC is #D55223. Grayscale: #8A8A8A. Windows color (decimal): -13980196 or 14462250. OLE color: 14462250.
HSL color Cylindrical-coordinate representation of color #2AADDC: hue angle of 195.84º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AADDC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 173 | 220 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.14 |
| HSL | 195.84º | 0.72% | 0.51% | - |
| HSV(B) | 195.84º | 0.81% | 0.86% | - |
| XYZ | 28.82 | 35.55 | 73.05 | - |
| YUV | 139.19 | 173.6 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 220 | 0.81 | 0.21 | 0 | 0.14 | 195.84 | 0.72 | 0.51 |
| Hex | 2A | AD | DC | 51 | 15 | 0 | E | C4 | 48 | 33 |
| Octal | 52 | 255 | 334 | 121 | 25 | 0 | 16 | 304 | 110 | 63 |
| Binary | 101010 | 10101101 | 11011100 | 1010001 | 10101 | 0 | 1110 | 11000100 | 1001000 | 110011 |
Color Harmonies of #2AADDC
Complementary color
Monochromatic Colors of #2AADDC
Black with #2AADDC
Text Example
Text Example
White with #2AADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADDC; }
p { color: rgb(42,173,220); }
H1.HeaderClassName
{
color: #2AADDC;
}
.AnyTagClassName
{
color: #2AADDC;
}
</style>
background-color css
<style>
a { background-color: #2AADDC; }
a { background-color: rgb(42,173,220); }
div.DivClassName
{
background-color: #2AADDC;
}
.BgClassName
{
background-color: #2AADDC;
}
</style>
border-color css
<style>
span { border-color: #2AADDC; }
span { border-color: rgb(42,173,220); }
td.TdClassName
{
border-color: #2AADDC;
}
.TagClassName
{
border-color: #2AADDC;
}
</style>