Shades of Summer Sky #2FC2CF
Tints of Summer Sky #2FC2CF
RGB
CMYK
RGB Variations
Color information
#2FC2CF (or 0x2FC2CF) is known color: Summer Sky. HEX triplet: 2F, C2 and CF. RGB value is (47,194,207). Sum of RGB (Red+Green+Blue) = 47+194+207=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FC2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC2CF is #D03D30. Grayscale: #979797. Windows color (decimal): -13647153 or 13615663. OLE color: 13615663.
HSL color Cylindrical-coordinate representation of color #2FC2CF: hue angle of 184.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC2CF is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 194 | 207 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.19 |
| HSL | 184.88º | 0.63% | 0.5% | - |
| HSV(B) | 184.88º | 0.77% | 0.81% | - |
| XYZ | 31.73 | 43.69 | 65.79 | - |
| YUV | 151.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 207 | 0.77 | 0.06 | 0 | 0.19 | 184.88 | 0.63 | 0.5 |
| Hex | 2F | C2 | CF | 4D | 6 | 0 | 13 | B9 | 3F | 32 |
| Octal | 57 | 302 | 317 | 115 | 6 | 0 | 23 | 271 | 77 | 62 |
| Binary | 101111 | 11000010 | 11001111 | 1001101 | 110 | 0 | 10011 | 10111001 | 111111 | 110010 |
Color Harmonies of #2FC2CF
Complementary color
Monochromatic Colors of #2FC2CF
Black with #2FC2CF
Text Example
Text Example
White with #2FC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC2CF; }
p { color: rgb(47,194,207); }
H1.HeaderClassName
{
color: #2FC2CF;
}
.AnyTagClassName
{
color: #2FC2CF;
}
</style>
background-color css
<style>
a { background-color: #2FC2CF; }
a { background-color: rgb(47,194,207); }
div.DivClassName
{
background-color: #2FC2CF;
}
.BgClassName
{
background-color: #2FC2CF;
}
</style>
border-color css
<style>
span { border-color: #2FC2CF; }
span { border-color: rgb(47,194,207); }
td.TdClassName
{
border-color: #2FC2CF;
}
.TagClassName
{
border-color: #2FC2CF;
}
</style>