Shades of Summer Sky #2FCCDE
Tints of Summer Sky #2FCCDE
RGB
CMYK
RGB Variations
Color information
#2FCCDE (or 0x2FCCDE) is known color: Summer Sky. HEX triplet: 2F, CC and DE. RGB value is (47,204,222). Sum of RGB (Red+Green+Blue) = 47+204+222=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #2FCCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCDE is #D03321. Grayscale: #9E9E9E. Windows color (decimal): -13644578 or 14601263. OLE color: 14601263.
HSL color Cylindrical-coordinate representation of color #2FCCDE: hue angle of 186.17º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCCDE is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 204 | 222 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.13 |
| HSL | 186.17º | 0.73% | 0.53% | - |
| HSV(B) | 186.17º | 0.79% | 0.87% | - |
| XYZ | 35.95 | 49.06 | 76.68 | - |
| YUV | 159.11 | 163.49 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 222 | 0.79 | 0.08 | 0 | 0.13 | 186.17 | 0.73 | 0.53 |
| Hex | 2F | CC | DE | 4F | 8 | 0 | D | BA | 49 | 35 |
| Octal | 57 | 314 | 336 | 117 | 10 | 0 | 15 | 272 | 111 | 65 |
| Binary | 101111 | 11001100 | 11011110 | 1001111 | 1000 | 0 | 1101 | 10111010 | 1001001 | 110101 |
Color Harmonies of #2FCCDE
Complementary color
Monochromatic Colors of #2FCCDE
Black with #2FCCDE
Text Example
Text Example
White with #2FCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCDE; }
p { color: rgb(47,204,222); }
H1.HeaderClassName
{
color: #2FCCDE;
}
.AnyTagClassName
{
color: #2FCCDE;
}
</style>
background-color css
<style>
a { background-color: #2FCCDE; }
a { background-color: rgb(47,204,222); }
div.DivClassName
{
background-color: #2FCCDE;
}
.BgClassName
{
background-color: #2FCCDE;
}
</style>
border-color css
<style>
span { border-color: #2FCCDE; }
span { border-color: rgb(47,204,222); }
td.TdClassName
{
border-color: #2FCCDE;
}
.TagClassName
{
border-color: #2FCCDE;
}
</style>