Shades of Summer Sky #2FABCC
Tints of Summer Sky #2FABCC
RGB
CMYK
RGB Variations
Color information
#2FABCC (or 0x2FABCC) is known color: Summer Sky. HEX triplet: 2F, AB and CC. RGB value is (47,171,204). Sum of RGB (Red+Green+Blue) = 47+171+204=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABCC is #D05433. Grayscale: #898989. Windows color (decimal): -13653044 or 13413167. OLE color: 13413167.
HSL color Cylindrical-coordinate representation of color #2FABCC: hue angle of 192.61º 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 #2FABCC is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 171 | 204 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.2 |
| HSL | 192.61º | 0.63% | 0.49% | - |
| HSV(B) | 192.61º | 0.77% | 0.8% | - |
| XYZ | 26.63 | 34.09 | 62.3 | - |
| YUV | 137.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 204 | 0.77 | 0.16 | 0 | 0.2 | 192.61 | 0.63 | 0.49 |
| Hex | 2F | AB | CC | 4D | 10 | 0 | 14 | C1 | 3F | 31 |
| Octal | 57 | 253 | 314 | 115 | 20 | 0 | 24 | 301 | 77 | 61 |
| Binary | 101111 | 10101011 | 11001100 | 1001101 | 10000 | 0 | 10100 | 11000001 | 111111 | 110001 |
Color Harmonies of #2FABCC
Complementary color
Monochromatic Colors of #2FABCC
Black with #2FABCC
Text Example
Text Example
White with #2FABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABCC; }
p { color: rgb(47,171,204); }
H1.HeaderClassName
{
color: #2FABCC;
}
.AnyTagClassName
{
color: #2FABCC;
}
</style>
background-color css
<style>
a { background-color: #2FABCC; }
a { background-color: rgb(47,171,204); }
div.DivClassName
{
background-color: #2FABCC;
}
.BgClassName
{
background-color: #2FABCC;
}
</style>
border-color css
<style>
span { border-color: #2FABCC; }
span { border-color: rgb(47,171,204); }
td.TdClassName
{
border-color: #2FABCC;
}
.TagClassName
{
border-color: #2FABCC;
}
</style>