Shades of Summer Sky #2AA6CC
Tints of Summer Sky #2AA6CC
RGB
CMYK
RGB Variations
Color information
#2AA6CC (or 0x2AA6CC) is known color: Summer Sky. HEX triplet: 2A, A6 and CC. RGB value is (42,166,204). Sum of RGB (Red+Green+Blue) = 42+166+204=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #2AA6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA6CC is #D55933. Grayscale: #848484. Windows color (decimal): -13982004 or 13411882. OLE color: 13411882.
HSL color Cylindrical-coordinate representation of color #2AA6CC: hue angle of 194.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AA6CC is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 166 | 204 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.2 |
| HSL | 194.07º | 0.66% | 0.48% | - |
| HSV(B) | 194.07º | 0.79% | 0.8% | - |
| XYZ | 25.49 | 32.12 | 61.98 | - |
| YUV | 133.26 | 167.92 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 204 | 0.79 | 0.19 | 0 | 0.2 | 194.07 | 0.66 | 0.48 |
| Hex | 2A | A6 | CC | 4F | 13 | 0 | 14 | C2 | 42 | 30 |
| Octal | 52 | 246 | 314 | 117 | 23 | 0 | 24 | 302 | 102 | 60 |
| Binary | 101010 | 10100110 | 11001100 | 1001111 | 10011 | 0 | 10100 | 11000010 | 1000010 | 110000 |
Color Harmonies of #2AA6CC
Complementary color
Monochromatic Colors of #2AA6CC
Black with #2AA6CC
Text Example
Text Example
White with #2AA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA6CC; }
p { color: rgb(42,166,204); }
H1.HeaderClassName
{
color: #2AA6CC;
}
.AnyTagClassName
{
color: #2AA6CC;
}
</style>
background-color css
<style>
a { background-color: #2AA6CC; }
a { background-color: rgb(42,166,204); }
div.DivClassName
{
background-color: #2AA6CC;
}
.BgClassName
{
background-color: #2AA6CC;
}
</style>
border-color css
<style>
span { border-color: #2AA6CC; }
span { border-color: rgb(42,166,204); }
td.TdClassName
{
border-color: #2AA6CC;
}
.TagClassName
{
border-color: #2AA6CC;
}
</style>