Shades of Summer Sky #2AA8CD
Tints of Summer Sky #2AA8CD
RGB
CMYK
RGB Variations
Color information
#2AA8CD (or 0x2AA8CD) is known color: Summer Sky. HEX triplet: 2A, A8 and CD. RGB value is (42,168,205). Sum of RGB (Red+Green+Blue) = 42+168+205=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #2AA8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA8CD is #D55732. Grayscale: #868686. Windows color (decimal): -13981491 or 13477930. OLE color: 13477930.
HSL color Cylindrical-coordinate representation of color #2AA8CD: hue angle of 193.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AA8CD is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 168 | 205 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.20 |
| HSL | 193.62º | 0.66% | 0.48% | - |
| HSV(B) | 193.62º | 0.8% | 0.8% | - |
| XYZ | 25.98 | 32.91 | 62.74 | - |
| YUV | 134.54 | 167.76 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 205 | 0.80 | 0.18 | 0 | 0.20 | 193.62 | 0.66 | 0.48 |
| Hex | 2A | A8 | CD | 50 | 12 | 0 | 14 | C2 | 42 | 30 |
| Octal | 52 | 250 | 315 | 120 | 22 | 0 | 24 | 302 | 102 | 60 |
| Binary | 101010 | 10101000 | 11001101 | 1010000 | 10010 | 0 | 10100 | 11000010 | 1000010 | 110000 |
Color Harmonies of #2AA8CD
Complementary color
Monochromatic Colors of #2AA8CD
Black with #2AA8CD
Text Example
Text Example
White with #2AA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA8CD; }
p { color: rgb(42,168,205); }
H1.HeaderClassName
{
color: #2AA8CD;
}
.AnyTagClassName
{
color: #2AA8CD;
}
</style>
background-color css
<style>
a { background-color: #2AA8CD; }
a { background-color: rgb(42,168,205); }
div.DivClassName
{
background-color: #2AA8CD;
}
.BgClassName
{
background-color: #2AA8CD;
}
</style>
border-color css
<style>
span { border-color: #2AA8CD; }
span { border-color: rgb(42,168,205); }
td.TdClassName
{
border-color: #2AA8CD;
}
.TagClassName
{
border-color: #2AA8CD;
}
</style>