Shades of Summer Sky #2FB6C6
Tints of Summer Sky #2FB6C6
RGB
CMYK
RGB Variations
Color information
#2FB6C6 (or 0x2FB6C6) is known color: Summer Sky. HEX triplet: 2F, B6 and C6. RGB value is (47,182,198). Sum of RGB (Red+Green+Blue) = 47+182+198=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #2FB6C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB6C6 is #D04939. Grayscale: #8F8F8F. Windows color (decimal): -13650234 or 13022767. OLE color: 13022767.
HSL color Cylindrical-coordinate representation of color #2FB6C6: hue angle of 186.36º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FB6C6 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 182 | 198 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.22 |
| HSL | 186.36º | 0.62% | 0.48% | - |
| HSV(B) | 186.36º | 0.76% | 0.78% | - |
| XYZ | 28.09 | 38.14 | 59.31 | - |
| YUV | 143.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 198 | 0.76 | 0.08 | 0 | 0.22 | 186.36 | 0.62 | 0.48 |
| Hex | 2F | B6 | C6 | 4C | 8 | 0 | 16 | BA | 3E | 30 |
| Octal | 57 | 266 | 306 | 114 | 10 | 0 | 26 | 272 | 76 | 60 |
| Binary | 101111 | 10110110 | 11000110 | 1001100 | 1000 | 0 | 10110 | 10111010 | 111110 | 110000 |
Color Harmonies of #2FB6C6
Complementary color
Monochromatic Colors of #2FB6C6
Black with #2FB6C6
Text Example
Text Example
White with #2FB6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB6C6; }
p { color: rgb(47,182,198); }
H1.HeaderClassName
{
color: #2FB6C6;
}
.AnyTagClassName
{
color: #2FB6C6;
}
</style>
background-color css
<style>
a { background-color: #2FB6C6; }
a { background-color: rgb(47,182,198); }
div.DivClassName
{
background-color: #2FB6C6;
}
.BgClassName
{
background-color: #2FB6C6;
}
</style>
border-color css
<style>
span { border-color: #2FB6C6; }
span { border-color: rgb(47,182,198); }
td.TdClassName
{
border-color: #2FB6C6;
}
.TagClassName
{
border-color: #2FB6C6;
}
</style>