Shades of Summer Sky #2AA3CC
Tints of Summer Sky #2AA3CC
RGB
CMYK
RGB Variations
Color information
#2AA3CC (or 0x2AA3CC) is known color: Summer Sky. HEX triplet: 2A, A3 and CC. RGB value is (42,163,204). Sum of RGB (Red+Green+Blue) = 42+163+204=409 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.27% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #2AA3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA3CC is #D55C33. Grayscale: #838383. Windows color (decimal): -13982772 or 13411114. OLE color: 13411114.
HSL color Cylindrical-coordinate representation of color #2AA3CC: hue angle of 195.19º 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 #2AA3CC is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 163 | 204 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.2 |
| HSL | 195.19º | 0.66% | 0.48% | - |
| HSV(B) | 195.19º | 0.79% | 0.8% | - |
| XYZ | 24.95 | 31.05 | 61.8 | - |
| YUV | 131.5 | 168.91 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 204 | 0.79 | 0.20 | 0 | 0.2 | 195.19 | 0.66 | 0.48 |
| Hex | 2A | A3 | CC | 4F | 14 | 0 | 14 | C3 | 42 | 30 |
| Octal | 52 | 243 | 314 | 117 | 24 | 0 | 24 | 303 | 102 | 60 |
| Binary | 101010 | 10100011 | 11001100 | 1001111 | 10100 | 0 | 10100 | 11000011 | 1000010 | 110000 |
Color Harmonies of #2AA3CC
Complementary color
Monochromatic Colors of #2AA3CC
Black with #2AA3CC
Text Example
Text Example
White with #2AA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA3CC; }
p { color: rgb(42,163,204); }
H1.HeaderClassName
{
color: #2AA3CC;
}
.AnyTagClassName
{
color: #2AA3CC;
}
</style>
background-color css
<style>
a { background-color: #2AA3CC; }
a { background-color: rgb(42,163,204); }
div.DivClassName
{
background-color: #2AA3CC;
}
.BgClassName
{
background-color: #2AA3CC;
}
</style>
border-color css
<style>
span { border-color: #2AA3CC; }
span { border-color: rgb(42,163,204); }
td.TdClassName
{
border-color: #2AA3CC;
}
.TagClassName
{
border-color: #2AA3CC;
}
</style>