Shades of Summer Sky #2FCCED
Tints of Summer Sky #2FCCED
RGB
CMYK
RGB Variations
Color information
#2FCCED (or 0x2FCCED) is known color: Summer Sky. HEX triplet: 2F, CC and ED. RGB value is (47,204,237). Sum of RGB (Red+Green+Blue) = 47+204+237=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FCCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCCED is #D03312. Grayscale: #A0A0A0. Windows color (decimal): -13644563 or 15584303. OLE color: 15584303.
HSL color Cylindrical-coordinate representation of color #2FCCED: hue angle of 190.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FCCED is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 204 | 237 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.07 |
| HSL | 190.42º | 0.84% | 0.56% | - |
| HSV(B) | 190.42º | 0.8% | 0.93% | - |
| XYZ | 38.05 | 49.9 | 87.75 | - |
| YUV | 160.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 237 | 0.80 | 0.14 | 0 | 0.07 | 190.42 | 0.84 | 0.56 |
| Hex | 2F | CC | ED | 50 | E | 0 | 7 | BE | 54 | 38 |
| Octal | 57 | 314 | 355 | 120 | 16 | 0 | 7 | 276 | 124 | 70 |
| Binary | 101111 | 11001100 | 11101101 | 1010000 | 1110 | 0 | 111 | 10111110 | 1010100 | 111000 |
Color Harmonies of #2FCCED
Complementary color
Monochromatic Colors of #2FCCED
Black with #2FCCED
Text Example
Text Example
White with #2FCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCED; }
p { color: rgb(47,204,237); }
H1.HeaderClassName
{
color: #2FCCED;
}
.AnyTagClassName
{
color: #2FCCED;
}
</style>
background-color css
<style>
a { background-color: #2FCCED; }
a { background-color: rgb(47,204,237); }
div.DivClassName
{
background-color: #2FCCED;
}
.BgClassName
{
background-color: #2FCCED;
}
</style>
border-color css
<style>
span { border-color: #2FCCED; }
span { border-color: rgb(47,204,237); }
td.TdClassName
{
border-color: #2FCCED;
}
.TagClassName
{
border-color: #2FCCED;
}
</style>