Shades of Summer Sky #2FACCD
Tints of Summer Sky #2FACCD
RGB
CMYK
RGB Variations
Color information
#2FACCD (or 0x2FACCD) is known color: Summer Sky. HEX triplet: 2F, AC and CD. RGB value is (47,172,205). Sum of RGB (Red+Green+Blue) = 47+172+205=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACCD is #D05332. Grayscale: #8A8A8A. Windows color (decimal): -13652787 or 13478959. OLE color: 13478959.
HSL color Cylindrical-coordinate representation of color #2FACCD: hue angle of 192.53º 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 #2FACCD is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 172 | 205 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.20 |
| HSL | 192.53º | 0.63% | 0.49% | - |
| HSV(B) | 192.53º | 0.77% | 0.8% | - |
| XYZ | 26.94 | 34.52 | 63 | - |
| YUV | 138.39 | 165.59 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 205 | 0.77 | 0.16 | 0 | 0.20 | 192.53 | 0.63 | 0.49 |
| Hex | 2F | AC | CD | 4D | 10 | 0 | 14 | C1 | 3F | 31 |
| Octal | 57 | 254 | 315 | 115 | 20 | 0 | 24 | 301 | 77 | 61 |
| Binary | 101111 | 10101100 | 11001101 | 1001101 | 10000 | 0 | 10100 | 11000001 | 111111 | 110001 |
Color Harmonies of #2FACCD
Complementary color
Monochromatic Colors of #2FACCD
Black with #2FACCD
Text Example
Text Example
White with #2FACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACCD; }
p { color: rgb(47,172,205); }
H1.HeaderClassName
{
color: #2FACCD;
}
.AnyTagClassName
{
color: #2FACCD;
}
</style>
background-color css
<style>
a { background-color: #2FACCD; }
a { background-color: rgb(47,172,205); }
div.DivClassName
{
background-color: #2FACCD;
}
.BgClassName
{
background-color: #2FACCD;
}
</style>
border-color css
<style>
span { border-color: #2FACCD; }
span { border-color: rgb(47,172,205); }
td.TdClassName
{
border-color: #2FACCD;
}
.TagClassName
{
border-color: #2FACCD;
}
</style>