Shades of Summer Sky #2FCFEE
Tints of Summer Sky #2FCFEE
RGB
CMYK
RGB Variations
Color information
#2FCFEE (or 0x2FCFEE) is known color: Summer Sky. HEX triplet: 2F, CF and EE. RGB value is (47,207,238). Sum of RGB (Red+Green+Blue) = 47+207+238=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FCFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCFEE is #D03011. Grayscale: #A2A2A2. Windows color (decimal): -13643794 or 15650607. OLE color: 15650607.
HSL color Cylindrical-coordinate representation of color #2FCFEE: hue angle of 189.74º degrees, saturation: 0.85, 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 #2FCFEE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 207 | 238 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.07 |
| HSL | 189.74º | 0.85% | 0.56% | - |
| HSV(B) | 189.74º | 0.8% | 0.93% | - |
| XYZ | 38.92 | 51.4 | 88.76 | - |
| YUV | 162.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 238 | 0.80 | 0.13 | 0 | 0.07 | 189.74 | 0.85 | 0.56 |
| Hex | 2F | CF | EE | 50 | D | 0 | 7 | BE | 55 | 38 |
| Octal | 57 | 317 | 356 | 120 | 15 | 0 | 7 | 276 | 125 | 70 |
| Binary | 101111 | 11001111 | 11101110 | 1010000 | 1101 | 0 | 111 | 10111110 | 1010101 | 111000 |
Color Harmonies of #2FCFEE
Complementary color
Monochromatic Colors of #2FCFEE
Black with #2FCFEE
Text Example
Text Example
White with #2FCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFEE; }
p { color: rgb(47,207,238); }
H1.HeaderClassName
{
color: #2FCFEE;
}
.AnyTagClassName
{
color: #2FCFEE;
}
</style>
background-color css
<style>
a { background-color: #2FCFEE; }
a { background-color: rgb(47,207,238); }
div.DivClassName
{
background-color: #2FCFEE;
}
.BgClassName
{
background-color: #2FCFEE;
}
</style>
border-color css
<style>
span { border-color: #2FCFEE; }
span { border-color: rgb(47,207,238); }
td.TdClassName
{
border-color: #2FCFEE;
}
.TagClassName
{
border-color: #2FCFEE;
}
</style>