Shades of Summer Sky #2FBEEA
Tints of Summer Sky #2FBEEA
RGB
CMYK
RGB Variations
Color information
#2FBEEA (or 0x2FBEEA) is known color: Summer Sky. HEX triplet: 2F, BE and EA. RGB value is (47,190,234). Sum of RGB (Red+Green+Blue) = 47+190+234=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FBEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBEEA is #D04115. Grayscale: #979797. Windows color (decimal): -13648150 or 15384111. OLE color: 15384111.
HSL color Cylindrical-coordinate representation of color #2FBEEA: hue angle of 194.12º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBEEA is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 190 | 234 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.08 |
| HSL | 194.12º | 0.82% | 0.55% | - |
| HSV(B) | 194.12º | 0.8% | 0.92% | - |
| XYZ | 34.44 | 43.37 | 84.4 | - |
| YUV | 152.26 | 174.12 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 234 | 0.80 | 0.19 | 0 | 0.08 | 194.12 | 0.82 | 0.55 |
| Hex | 2F | BE | EA | 50 | 13 | 0 | 8 | C2 | 52 | 37 |
| Octal | 57 | 276 | 352 | 120 | 23 | 0 | 10 | 302 | 122 | 67 |
| Binary | 101111 | 10111110 | 11101010 | 1010000 | 10011 | 0 | 1000 | 11000010 | 1010010 | 110111 |
Color Harmonies of #2FBEEA
Complementary color
Monochromatic Colors of #2FBEEA
Black with #2FBEEA
Text Example
Text Example
White with #2FBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEEA; }
p { color: rgb(47,190,234); }
H1.HeaderClassName
{
color: #2FBEEA;
}
.AnyTagClassName
{
color: #2FBEEA;
}
</style>
background-color css
<style>
a { background-color: #2FBEEA; }
a { background-color: rgb(47,190,234); }
div.DivClassName
{
background-color: #2FBEEA;
}
.BgClassName
{
background-color: #2FBEEA;
}
</style>
border-color css
<style>
span { border-color: #2FBEEA; }
span { border-color: rgb(47,190,234); }
td.TdClassName
{
border-color: #2FBEEA;
}
.TagClassName
{
border-color: #2FBEEA;
}
</style>