Shades of Summer Sky #2FCDE1
Tints of Summer Sky #2FCDE1
RGB
CMYK
RGB Variations
Color information
#2FCDE1 (or 0x2FCDE1) is known color: Summer Sky. HEX triplet: 2F, CD and E1. RGB value is (47,205,225). Sum of RGB (Red+Green+Blue) = 47+205+225=477 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.85% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #2FCDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDE1 is #D0321E. Grayscale: #9F9F9F. Windows color (decimal): -13644319 or 14798127. OLE color: 14798127.
HSL color Cylindrical-coordinate representation of color #2FCDE1: hue angle of 186.74º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCDE1 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 205 | 225 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.12 |
| HSL | 186.74º | 0.75% | 0.53% | - |
| HSV(B) | 186.74º | 0.79% | 0.88% | - |
| XYZ | 36.59 | 49.7 | 78.9 | - |
| YUV | 160.04 | 164.65 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 225 | 0.79 | 0.09 | 0 | 0.12 | 186.74 | 0.75 | 0.53 |
| Hex | 2F | CD | E1 | 4F | 9 | 0 | C | BB | 4B | 35 |
| Octal | 57 | 315 | 341 | 117 | 11 | 0 | 14 | 273 | 113 | 65 |
| Binary | 101111 | 11001101 | 11100001 | 1001111 | 1001 | 0 | 1100 | 10111011 | 1001011 | 110101 |
Color Harmonies of #2FCDE1
Complementary color
Monochromatic Colors of #2FCDE1
Black with #2FCDE1
Text Example
Text Example
White with #2FCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDE1; }
p { color: rgb(47,205,225); }
H1.HeaderClassName
{
color: #2FCDE1;
}
.AnyTagClassName
{
color: #2FCDE1;
}
</style>
background-color css
<style>
a { background-color: #2FCDE1; }
a { background-color: rgb(47,205,225); }
div.DivClassName
{
background-color: #2FCDE1;
}
.BgClassName
{
background-color: #2FCDE1;
}
</style>
border-color css
<style>
span { border-color: #2FCDE1; }
span { border-color: rgb(47,205,225); }
td.TdClassName
{
border-color: #2FCDE1;
}
.TagClassName
{
border-color: #2FCDE1;
}
</style>