Shades of Summer Sky #2FB7CE
Tints of Summer Sky #2FB7CE
RGB
CMYK
RGB Variations
Color information
#2FB7CE (or 0x2FB7CE) is known color: Summer Sky. HEX triplet: 2F, B7 and CE. RGB value is (47,183,206). Sum of RGB (Red+Green+Blue) = 47+183+206=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FB7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB7CE is #D04831. Grayscale: #909090. Windows color (decimal): -13649970 or 13547311. OLE color: 13547311.
HSL color Cylindrical-coordinate representation of color #2FB7CE: hue angle of 188.68º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FB7CE is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 183 | 206 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.19 |
| HSL | 188.68º | 0.63% | 0.5% | - |
| HSV(B) | 188.68º | 0.77% | 0.81% | - |
| XYZ | 29.25 | 38.93 | 64.36 | - |
| YUV | 144.96 | 162.44 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 206 | 0.77 | 0.11 | 0 | 0.19 | 188.68 | 0.63 | 0.5 |
| Hex | 2F | B7 | CE | 4D | B | 0 | 13 | BD | 3F | 32 |
| Octal | 57 | 267 | 316 | 115 | 13 | 0 | 23 | 275 | 77 | 62 |
| Binary | 101111 | 10110111 | 11001110 | 1001101 | 1011 | 0 | 10011 | 10111101 | 111111 | 110010 |
Color Harmonies of #2FB7CE
Complementary color
Monochromatic Colors of #2FB7CE
Black with #2FB7CE
Text Example
Text Example
White with #2FB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB7CE; }
p { color: rgb(47,183,206); }
H1.HeaderClassName
{
color: #2FB7CE;
}
.AnyTagClassName
{
color: #2FB7CE;
}
</style>
background-color css
<style>
a { background-color: #2FB7CE; }
a { background-color: rgb(47,183,206); }
div.DivClassName
{
background-color: #2FB7CE;
}
.BgClassName
{
background-color: #2FB7CE;
}
</style>
border-color css
<style>
span { border-color: #2FB7CE; }
span { border-color: rgb(47,183,206); }
td.TdClassName
{
border-color: #2FB7CE;
}
.TagClassName
{
border-color: #2FB7CE;
}
</style>