Shades of Summer Sky #2FBEDA
Tints of Summer Sky #2FBEDA
RGB
CMYK
RGB Variations
Color information
#2FBEDA (or 0x2FBEDA) is known color: Summer Sky. HEX triplet: 2F, BE and DA. RGB value is (47,190,218). Sum of RGB (Red+Green+Blue) = 47+190+218=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FBEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEDA is #D04125. Grayscale: #969696. Windows color (decimal): -13648166 or 14335535. OLE color: 14335535.
HSL color Cylindrical-coordinate representation of color #2FBEDA: hue angle of 189.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBEDA is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 190 | 218 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.15 |
| HSL | 189.82º | 0.7% | 0.52% | - |
| HSV(B) | 189.82º | 0.78% | 0.85% | - |
| XYZ | 32.24 | 42.49 | 72.83 | - |
| YUV | 150.44 | 166.12 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 218 | 0.78 | 0.13 | 0 | 0.15 | 189.82 | 0.7 | 0.52 |
| Hex | 2F | BE | DA | 4E | D | 0 | F | BE | 46 | 34 |
| Octal | 57 | 276 | 332 | 116 | 15 | 0 | 17 | 276 | 106 | 64 |
| Binary | 101111 | 10111110 | 11011010 | 1001110 | 1101 | 0 | 1111 | 10111110 | 1000110 | 110100 |
Color Harmonies of #2FBEDA
Complementary color
Monochromatic Colors of #2FBEDA
Black with #2FBEDA
Text Example
Text Example
White with #2FBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEDA; }
p { color: rgb(47,190,218); }
H1.HeaderClassName
{
color: #2FBEDA;
}
.AnyTagClassName
{
color: #2FBEDA;
}
</style>
background-color css
<style>
a { background-color: #2FBEDA; }
a { background-color: rgb(47,190,218); }
div.DivClassName
{
background-color: #2FBEDA;
}
.BgClassName
{
background-color: #2FBEDA;
}
</style>
border-color css
<style>
span { border-color: #2FBEDA; }
span { border-color: rgb(47,190,218); }
td.TdClassName
{
border-color: #2FBEDA;
}
.TagClassName
{
border-color: #2FBEDA;
}
</style>