Shades of Summer Sky #2FCEEE
Tints of Summer Sky #2FCEEE
RGB
CMYK
RGB Variations
Color information
#2FCEEE (or 0x2FCEEE) is known color: Summer Sky. HEX triplet: 2F, CE and EE. RGB value is (47,206,238). Sum of RGB (Red+Green+Blue) = 47+206+238=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FCEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCEEE is #D03111. Grayscale: #A1A1A1. Windows color (decimal): -13644050 or 15650351. OLE color: 15650351.
HSL color Cylindrical-coordinate representation of color #2FCEEE: hue angle of 190.05º 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 #2FCEEE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 206 | 238 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.07 |
| HSL | 190.05º | 0.85% | 0.56% | - |
| HSV(B) | 190.05º | 0.8% | 0.93% | - |
| XYZ | 38.68 | 50.92 | 88.68 | - |
| YUV | 162.11 | 170.82 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 238 | 0.80 | 0.13 | 0 | 0.07 | 190.05 | 0.85 | 0.56 |
| Hex | 2F | CE | EE | 50 | D | 0 | 7 | BE | 55 | 38 |
| Octal | 57 | 316 | 356 | 120 | 15 | 0 | 7 | 276 | 125 | 70 |
| Binary | 101111 | 11001110 | 11101110 | 1010000 | 1101 | 0 | 111 | 10111110 | 1010101 | 111000 |
Color Harmonies of #2FCEEE
Complementary color
Monochromatic Colors of #2FCEEE
Black with #2FCEEE
Text Example
Text Example
White with #2FCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEEE; }
p { color: rgb(47,206,238); }
H1.HeaderClassName
{
color: #2FCEEE;
}
.AnyTagClassName
{
color: #2FCEEE;
}
</style>
background-color css
<style>
a { background-color: #2FCEEE; }
a { background-color: rgb(47,206,238); }
div.DivClassName
{
background-color: #2FCEEE;
}
.BgClassName
{
background-color: #2FCEEE;
}
</style>
border-color css
<style>
span { border-color: #2FCEEE; }
span { border-color: rgb(47,206,238); }
td.TdClassName
{
border-color: #2FCEEE;
}
.TagClassName
{
border-color: #2FCEEE;
}
</style>