Shades of Summer Sky #2FBFEE
Tints of Summer Sky #2FBFEE
RGB
CMYK
RGB Variations
Color information
#2FBFEE (or 0x2FBFEE) is known color: Summer Sky. HEX triplet: 2F, BF and EE. RGB value is (47,191,238). Sum of RGB (Red+Green+Blue) = 47+191+238=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FBFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBFEE is #D04011. Grayscale: #989898. Windows color (decimal): -13647890 or 15646511. OLE color: 15646511.
HSL color Cylindrical-coordinate representation of color #2FBFEE: hue angle of 194.76º 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 #2FBFEE is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 191 | 238 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.07 |
| HSL | 194.76º | 0.85% | 0.56% | - |
| HSV(B) | 194.76º | 0.8% | 0.93% | - |
| XYZ | 35.24 | 44.04 | 87.53 | - |
| YUV | 153.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 238 | 0.80 | 0.20 | 0 | 0.07 | 194.76 | 0.85 | 0.56 |
| Hex | 2F | BF | EE | 50 | 14 | 0 | 7 | C3 | 55 | 38 |
| Octal | 57 | 277 | 356 | 120 | 24 | 0 | 7 | 303 | 125 | 70 |
| Binary | 101111 | 10111111 | 11101110 | 1010000 | 10100 | 0 | 111 | 11000011 | 1010101 | 111000 |
Color Harmonies of #2FBFEE
Complementary color
Monochromatic Colors of #2FBFEE
Black with #2FBFEE
Text Example
Text Example
White with #2FBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFEE; }
p { color: rgb(47,191,238); }
H1.HeaderClassName
{
color: #2FBFEE;
}
.AnyTagClassName
{
color: #2FBFEE;
}
</style>
background-color css
<style>
a { background-color: #2FBFEE; }
a { background-color: rgb(47,191,238); }
div.DivClassName
{
background-color: #2FBFEE;
}
.BgClassName
{
background-color: #2FBFEE;
}
</style>
border-color css
<style>
span { border-color: #2FBFEE; }
span { border-color: rgb(47,191,238); }
td.TdClassName
{
border-color: #2FBFEE;
}
.TagClassName
{
border-color: #2FBFEE;
}
</style>