Shades of Summer Sky #2FBEFE
Tints of Summer Sky #2FBEFE
RGB
CMYK
RGB Variations
Color information
#2FBEFE (or 0x2FBEFE) is known color: Summer Sky. HEX triplet: 2F, BE and FE. RGB value is (47,190,254). Sum of RGB (Red+Green+Blue) = 47+190+254=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FBEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBEFE is #D04101. Grayscale: #9A9A9A. Windows color (decimal): -13648130 or 16694831. OLE color: 16694831.
HSL color Cylindrical-coordinate representation of color #2FBEFE: hue angle of 198.55º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBEFE is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 190 | 254 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.00 |
| HSL | 198.55º | 0.99% | 0.59% | - |
| HSV(B) | 198.55º | 0.81% | 1% | - |
| XYZ | 37.48 | 44.59 | 100.4 | - |
| YUV | 154.54 | 184.12 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 254 | 0.81 | 0.25 | 0 | 0.00 | 198.55 | 0.99 | 0.59 |
| Hex | 2F | BE | FE | 51 | 19 | 0 | 0 | C7 | 63 | 3B |
| Octal | 57 | 276 | 376 | 121 | 31 | 0 | 0 | 307 | 143 | 73 |
| Binary | 101111 | 10111110 | 11111110 | 1010001 | 11001 | 0 | 0 | 11000111 | 1100011 | 111011 |
Color Harmonies of #2FBEFE
Complementary color
Monochromatic Colors of #2FBEFE
Black with #2FBEFE
Text Example
Text Example
White with #2FBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEFE; }
p { color: rgb(47,190,254); }
H1.HeaderClassName
{
color: #2FBEFE;
}
.AnyTagClassName
{
color: #2FBEFE;
}
</style>
background-color css
<style>
a { background-color: #2FBEFE; }
a { background-color: rgb(47,190,254); }
div.DivClassName
{
background-color: #2FBEFE;
}
.BgClassName
{
background-color: #2FBEFE;
}
</style>
border-color css
<style>
span { border-color: #2FBEFE; }
span { border-color: rgb(47,190,254); }
td.TdClassName
{
border-color: #2FBEFE;
}
.TagClassName
{
border-color: #2FBEFE;
}
</style>