Shades of Summer Sky #2FCCEC
Tints of Summer Sky #2FCCEC
RGB
CMYK
RGB Variations
Color information
#2FCCEC (or 0x2FCCEC) is known color: Summer Sky. HEX triplet: 2F, CC and EC. RGB value is (47,204,236). Sum of RGB (Red+Green+Blue) = 47+204+236=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FCCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCCEC is #D03313. Grayscale: #A0A0A0. Windows color (decimal): -13644564 or 15518767. OLE color: 15518767.
HSL color Cylindrical-coordinate representation of color #2FCCEC: hue angle of 190.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FCCEC is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 204 | 236 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.07 |
| HSL | 190.16º | 0.83% | 0.55% | - |
| HSV(B) | 190.16º | 0.8% | 0.93% | - |
| XYZ | 37.91 | 49.85 | 86.98 | - |
| YUV | 160.71 | 170.49 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 236 | 0.80 | 0.14 | 0 | 0.07 | 190.16 | 0.83 | 0.55 |
| Hex | 2F | CC | EC | 50 | E | 0 | 7 | BE | 53 | 37 |
| Octal | 57 | 314 | 354 | 120 | 16 | 0 | 7 | 276 | 123 | 67 |
| Binary | 101111 | 11001100 | 11101100 | 1010000 | 1110 | 0 | 111 | 10111110 | 1010011 | 110111 |
Color Harmonies of #2FCCEC
Complementary color
Monochromatic Colors of #2FCCEC
Black with #2FCCEC
Text Example
Text Example
White with #2FCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCEC; }
p { color: rgb(47,204,236); }
H1.HeaderClassName
{
color: #2FCCEC;
}
.AnyTagClassName
{
color: #2FCCEC;
}
</style>
background-color css
<style>
a { background-color: #2FCCEC; }
a { background-color: rgb(47,204,236); }
div.DivClassName
{
background-color: #2FCCEC;
}
.BgClassName
{
background-color: #2FCCEC;
}
</style>
border-color css
<style>
span { border-color: #2FCCEC; }
span { border-color: rgb(47,204,236); }
td.TdClassName
{
border-color: #2FCCEC;
}
.TagClassName
{
border-color: #2FCCEC;
}
</style>