Shades of Summer Sky #2FC7D8
Tints of Summer Sky #2FC7D8
RGB
CMYK
RGB Variations
Color information
#2FC7D8 (or 0x2FC7D8) is known color: Summer Sky. HEX triplet: 2F, C7 and D8. RGB value is (47,199,216). Sum of RGB (Red+Green+Blue) = 47+199+216=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #2FC7D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC7D8 is #D03827. Grayscale: #9B9B9B. Windows color (decimal): -13645864 or 14206767. OLE color: 14206767.
HSL color Cylindrical-coordinate representation of color #2FC7D8: hue angle of 186.04º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FC7D8 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 199 | 216 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.15 |
| HSL | 186.04º | 0.68% | 0.52% | - |
| HSV(B) | 186.04º | 0.78% | 0.85% | - |
| XYZ | 33.99 | 46.41 | 72.13 | - |
| YUV | 155.49 | 162.14 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 216 | 0.78 | 0.08 | 0 | 0.15 | 186.04 | 0.68 | 0.52 |
| Hex | 2F | C7 | D8 | 4E | 8 | 0 | F | BA | 44 | 34 |
| Octal | 57 | 307 | 330 | 116 | 10 | 0 | 17 | 272 | 104 | 64 |
| Binary | 101111 | 11000111 | 11011000 | 1001110 | 1000 | 0 | 1111 | 10111010 | 1000100 | 110100 |
Color Harmonies of #2FC7D8
Complementary color
Monochromatic Colors of #2FC7D8
Black with #2FC7D8
Text Example
Text Example
White with #2FC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC7D8; }
p { color: rgb(47,199,216); }
H1.HeaderClassName
{
color: #2FC7D8;
}
.AnyTagClassName
{
color: #2FC7D8;
}
</style>
background-color css
<style>
a { background-color: #2FC7D8; }
a { background-color: rgb(47,199,216); }
div.DivClassName
{
background-color: #2FC7D8;
}
.BgClassName
{
background-color: #2FC7D8;
}
</style>
border-color css
<style>
span { border-color: #2FC7D8; }
span { border-color: rgb(47,199,216); }
td.TdClassName
{
border-color: #2FC7D8;
}
.TagClassName
{
border-color: #2FC7D8;
}
</style>