Shades of Summer Sky #2FBCC9
Tints of Summer Sky #2FBCC9
RGB
CMYK
RGB Variations
Color information
#2FBCC9 (or 0x2FBCC9) is known color: Summer Sky. HEX triplet: 2F, BC and C9. RGB value is (47,188,201). Sum of RGB (Red+Green+Blue) = 47+188+201=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #2FBCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCC9 is #D04336. Grayscale: #939393. Windows color (decimal): -13648695 or 13220911. OLE color: 13220911.
HSL color Cylindrical-coordinate representation of color #2FBCC9: hue angle of 185.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FBCC9 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 188 | 201 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.21 |
| HSL | 185.06º | 0.62% | 0.49% | - |
| HSV(B) | 185.06º | 0.77% | 0.79% | - |
| XYZ | 29.7 | 40.79 | 61.57 | - |
| YUV | 147.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 201 | 0.77 | 0.06 | 0 | 0.21 | 185.06 | 0.62 | 0.49 |
| Hex | 2F | BC | C9 | 4D | 6 | 0 | 15 | B9 | 3E | 31 |
| Octal | 57 | 274 | 311 | 115 | 6 | 0 | 25 | 271 | 76 | 61 |
| Binary | 101111 | 10111100 | 11001001 | 1001101 | 110 | 0 | 10101 | 10111001 | 111110 | 110001 |
Color Harmonies of #2FBCC9
Complementary color
Monochromatic Colors of #2FBCC9
Black with #2FBCC9
Text Example
Text Example
White with #2FBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCC9; }
p { color: rgb(47,188,201); }
H1.HeaderClassName
{
color: #2FBCC9;
}
.AnyTagClassName
{
color: #2FBCC9;
}
</style>
background-color css
<style>
a { background-color: #2FBCC9; }
a { background-color: rgb(47,188,201); }
div.DivClassName
{
background-color: #2FBCC9;
}
.BgClassName
{
background-color: #2FBCC9;
}
</style>
border-color css
<style>
span { border-color: #2FBCC9; }
span { border-color: rgb(47,188,201); }
td.TdClassName
{
border-color: #2FBCC9;
}
.TagClassName
{
border-color: #2FBCC9;
}
</style>