Shades of Summer Sky #2FCFED
Tints of Summer Sky #2FCFED
RGB
CMYK
RGB Variations
Color information
#2FCFED (or 0x2FCFED) is known color: Summer Sky. HEX triplet: 2F, CF and ED. RGB value is (47,207,237). Sum of RGB (Red+Green+Blue) = 47+207+237=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FCFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCFED is #D03012. Grayscale: #A2A2A2. Windows color (decimal): -13643795 or 15585071. OLE color: 15585071.
HSL color Cylindrical-coordinate representation of color #2FCFED: hue angle of 189.47º 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 #2FCFED is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 207 | 237 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.07 |
| HSL | 189.47º | 0.84% | 0.56% | - |
| HSV(B) | 189.47º | 0.8% | 0.93% | - |
| XYZ | 38.77 | 51.34 | 87.99 | - |
| YUV | 162.58 | 169.99 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 237 | 0.80 | 0.13 | 0 | 0.07 | 189.47 | 0.84 | 0.56 |
| Hex | 2F | CF | ED | 50 | D | 0 | 7 | BD | 54 | 38 |
| Octal | 57 | 317 | 355 | 120 | 15 | 0 | 7 | 275 | 124 | 70 |
| Binary | 101111 | 11001111 | 11101101 | 1010000 | 1101 | 0 | 111 | 10111101 | 1010100 | 111000 |
Color Harmonies of #2FCFED
Complementary color
Monochromatic Colors of #2FCFED
Black with #2FCFED
Text Example
Text Example
White with #2FCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFED; }
p { color: rgb(47,207,237); }
H1.HeaderClassName
{
color: #2FCFED;
}
.AnyTagClassName
{
color: #2FCFED;
}
</style>
background-color css
<style>
a { background-color: #2FCFED; }
a { background-color: rgb(47,207,237); }
div.DivClassName
{
background-color: #2FCFED;
}
.BgClassName
{
background-color: #2FCFED;
}
</style>
border-color css
<style>
span { border-color: #2FCFED; }
span { border-color: rgb(47,207,237); }
td.TdClassName
{
border-color: #2FCFED;
}
.TagClassName
{
border-color: #2FCFED;
}
</style>