Shades of Summer Sky #2FAADC
Tints of Summer Sky #2FAADC
RGB
CMYK
RGB Variations
Color information
#2FAADC (or 0x2FAADC) is known color: Summer Sky. HEX triplet: 2F, AA and DC. RGB value is (47,170,220). Sum of RGB (Red+Green+Blue) = 47+170+220=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAADC is #D05523. Grayscale: #8A8A8A. Windows color (decimal): -13653284 or 14461487. OLE color: 14461487.
HSL color Cylindrical-coordinate representation of color #2FAADC: hue angle of 197.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FAADC is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 170 | 220 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.14 |
| HSL | 197.34º | 0.71% | 0.52% | - |
| HSV(B) | 197.34º | 0.79% | 0.86% | - |
| XYZ | 28.47 | 34.52 | 72.87 | - |
| YUV | 138.92 | 173.75 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 220 | 0.79 | 0.23 | 0 | 0.14 | 197.34 | 0.71 | 0.52 |
| Hex | 2F | AA | DC | 4F | 17 | 0 | E | C5 | 47 | 34 |
| Octal | 57 | 252 | 334 | 117 | 27 | 0 | 16 | 305 | 107 | 64 |
| Binary | 101111 | 10101010 | 11011100 | 1001111 | 10111 | 0 | 1110 | 11000101 | 1000111 | 110100 |
Color Harmonies of #2FAADC
Complementary color
Monochromatic Colors of #2FAADC
Black with #2FAADC
Text Example
Text Example
White with #2FAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAADC; }
p { color: rgb(47,170,220); }
H1.HeaderClassName
{
color: #2FAADC;
}
.AnyTagClassName
{
color: #2FAADC;
}
</style>
background-color css
<style>
a { background-color: #2FAADC; }
a { background-color: rgb(47,170,220); }
div.DivClassName
{
background-color: #2FAADC;
}
.BgClassName
{
background-color: #2FAADC;
}
</style>
border-color css
<style>
span { border-color: #2FAADC; }
span { border-color: rgb(47,170,220); }
td.TdClassName
{
border-color: #2FAADC;
}
.TagClassName
{
border-color: #2FAADC;
}
</style>