Shades of Summer Sky #2AADCE
Tints of Summer Sky #2AADCE
RGB
CMYK
RGB Variations
Color information
#2AADCE (or 0x2AADCE) is known color: Summer Sky. HEX triplet: 2A, AD and CE. RGB value is (42,173,206). Sum of RGB (Red+Green+Blue) = 42+173+206=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #2AADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADCE is #D55231. Grayscale: #898989. Windows color (decimal): -13980210 or 13544746. OLE color: 13544746.
HSL color Cylindrical-coordinate representation of color #2AADCE: hue angle of 192.07º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AADCE is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 173 | 206 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.19 |
| HSL | 192.07º | 0.66% | 0.49% | - |
| HSV(B) | 192.07º | 0.8% | 0.81% | - |
| XYZ | 27.04 | 34.84 | 63.69 | - |
| YUV | 137.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 206 | 0.80 | 0.16 | 0 | 0.19 | 192.07 | 0.66 | 0.49 |
| Hex | 2A | AD | CE | 50 | 10 | 0 | 13 | C0 | 42 | 31 |
| Octal | 52 | 255 | 316 | 120 | 20 | 0 | 23 | 300 | 102 | 61 |
| Binary | 101010 | 10101101 | 11001110 | 1010000 | 10000 | 0 | 10011 | 11000000 | 1000010 | 110001 |
Color Harmonies of #2AADCE
Complementary color
Monochromatic Colors of #2AADCE
Black with #2AADCE
Text Example
Text Example
White with #2AADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADCE; }
p { color: rgb(42,173,206); }
H1.HeaderClassName
{
color: #2AADCE;
}
.AnyTagClassName
{
color: #2AADCE;
}
</style>
background-color css
<style>
a { background-color: #2AADCE; }
a { background-color: rgb(42,173,206); }
div.DivClassName
{
background-color: #2AADCE;
}
.BgClassName
{
background-color: #2AADCE;
}
</style>
border-color css
<style>
span { border-color: #2AADCE; }
span { border-color: rgb(42,173,206); }
td.TdClassName
{
border-color: #2AADCE;
}
.TagClassName
{
border-color: #2AADCE;
}
</style>