Shades of Summer Sky #2FAACD
Tints of Summer Sky #2FAACD
RGB
CMYK
RGB Variations
Color information
#2FAACD (or 0x2FAACD) is known color: Summer Sky. HEX triplet: 2F, AA and CD. RGB value is (47,170,205). Sum of RGB (Red+Green+Blue) = 47+170+205=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAACD is #D05532. Grayscale: #888888. Windows color (decimal): -13653299 or 13478447. OLE color: 13478447.
HSL color Cylindrical-coordinate representation of color #2FAACD: hue angle of 193.29º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAACD is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 170 | 205 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.20 |
| HSL | 193.29º | 0.63% | 0.49% | - |
| HSV(B) | 193.29º | 0.77% | 0.8% | - |
| XYZ | 26.57 | 33.76 | 62.87 | - |
| YUV | 137.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 205 | 0.77 | 0.17 | 0 | 0.20 | 193.29 | 0.63 | 0.49 |
| Hex | 2F | AA | CD | 4D | 11 | 0 | 14 | C1 | 3F | 31 |
| Octal | 57 | 252 | 315 | 115 | 21 | 0 | 24 | 301 | 77 | 61 |
| Binary | 101111 | 10101010 | 11001101 | 1001101 | 10001 | 0 | 10100 | 11000001 | 111111 | 110001 |
Color Harmonies of #2FAACD
Complementary color
Monochromatic Colors of #2FAACD
Black with #2FAACD
Text Example
Text Example
White with #2FAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAACD; }
p { color: rgb(47,170,205); }
H1.HeaderClassName
{
color: #2FAACD;
}
.AnyTagClassName
{
color: #2FAACD;
}
</style>
background-color css
<style>
a { background-color: #2FAACD; }
a { background-color: rgb(47,170,205); }
div.DivClassName
{
background-color: #2FAACD;
}
.BgClassName
{
background-color: #2FAACD;
}
</style>
border-color css
<style>
span { border-color: #2FAACD; }
span { border-color: rgb(47,170,205); }
td.TdClassName
{
border-color: #2FAACD;
}
.TagClassName
{
border-color: #2FAACD;
}
</style>