Shades of Summer Sky #2FC0D9
Tints of Summer Sky #2FC0D9
RGB
CMYK
RGB Variations
Color information
#2FC0D9 (or 0x2FC0D9) is known color: Summer Sky. HEX triplet: 2F, C0 and D9. RGB value is (47,192,217). Sum of RGB (Red+Green+Blue) = 47+192+217=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #2FC0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC0D9 is #D03F26. Grayscale: #979797. Windows color (decimal): -13647655 or 14270511. OLE color: 14270511.
HSL color Cylindrical-coordinate representation of color #2FC0D9: hue angle of 188.82º degrees, saturation: 0.69, 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 #2FC0D9 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 192 | 217 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.15 |
| HSL | 188.82º | 0.69% | 0.52% | - |
| HSV(B) | 188.82º | 0.78% | 0.85% | - |
| XYZ | 32.55 | 43.31 | 72.29 | - |
| YUV | 151.5 | 164.96 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 217 | 0.78 | 0.12 | 0 | 0.15 | 188.82 | 0.69 | 0.52 |
| Hex | 2F | C0 | D9 | 4E | C | 0 | F | BD | 45 | 34 |
| Octal | 57 | 300 | 331 | 116 | 14 | 0 | 17 | 275 | 105 | 64 |
| Binary | 101111 | 11000000 | 11011001 | 1001110 | 1100 | 0 | 1111 | 10111101 | 1000101 | 110100 |
Color Harmonies of #2FC0D9
Complementary color
Monochromatic Colors of #2FC0D9
Black with #2FC0D9
Text Example
Text Example
White with #2FC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC0D9; }
p { color: rgb(47,192,217); }
H1.HeaderClassName
{
color: #2FC0D9;
}
.AnyTagClassName
{
color: #2FC0D9;
}
</style>
background-color css
<style>
a { background-color: #2FC0D9; }
a { background-color: rgb(47,192,217); }
div.DivClassName
{
background-color: #2FC0D9;
}
.BgClassName
{
background-color: #2FC0D9;
}
</style>
border-color css
<style>
span { border-color: #2FC0D9; }
span { border-color: rgb(47,192,217); }
td.TdClassName
{
border-color: #2FC0D9;
}
.TagClassName
{
border-color: #2FC0D9;
}
</style>