Shades of Summer Sky #2FACCB
Tints of Summer Sky #2FACCB
RGB
CMYK
RGB Variations
Color information
#2FACCB (or 0x2FACCB) is known color: Summer Sky. HEX triplet: 2F, AC and CB. RGB value is (47,172,203). Sum of RGB (Red+Green+Blue) = 47+172+203=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACCB is #D05334. Grayscale: #898989. Windows color (decimal): -13652789 or 13347887. OLE color: 13347887.
HSL color Cylindrical-coordinate representation of color #2FACCB: hue angle of 191.92º degrees, saturation: 0.62, 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 #2FACCB is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 172 | 203 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.20 |
| HSL | 191.92º | 0.62% | 0.49% | - |
| HSV(B) | 191.92º | 0.77% | 0.8% | - |
| XYZ | 26.7 | 34.42 | 61.74 | - |
| YUV | 138.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 203 | 0.77 | 0.15 | 0 | 0.20 | 191.92 | 0.62 | 0.49 |
| Hex | 2F | AC | CB | 4D | F | 0 | 14 | C0 | 3E | 31 |
| Octal | 57 | 254 | 313 | 115 | 17 | 0 | 24 | 300 | 76 | 61 |
| Binary | 101111 | 10101100 | 11001011 | 1001101 | 1111 | 0 | 10100 | 11000000 | 111110 | 110001 |
Color Harmonies of #2FACCB
Complementary color
Monochromatic Colors of #2FACCB
Black with #2FACCB
Text Example
Text Example
White with #2FACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACCB; }
p { color: rgb(47,172,203); }
H1.HeaderClassName
{
color: #2FACCB;
}
.AnyTagClassName
{
color: #2FACCB;
}
</style>
background-color css
<style>
a { background-color: #2FACCB; }
a { background-color: rgb(47,172,203); }
div.DivClassName
{
background-color: #2FACCB;
}
.BgClassName
{
background-color: #2FACCB;
}
</style>
border-color css
<style>
span { border-color: #2FACCB; }
span { border-color: rgb(47,172,203); }
td.TdClassName
{
border-color: #2FACCB;
}
.TagClassName
{
border-color: #2FACCB;
}
</style>