Shades of Summer Sky #2FBCCF
Tints of Summer Sky #2FBCCF
RGB
CMYK
RGB Variations
Color information
#2FBCCF (or 0x2FBCCF) is known color: Summer Sky. HEX triplet: 2F, BC and CF. RGB value is (47,188,207). Sum of RGB (Red+Green+Blue) = 47+188+207=442 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.63% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCCF is #D04330. Grayscale: #939393. Windows color (decimal): -13648689 or 13614127. OLE color: 13614127.
HSL color Cylindrical-coordinate representation of color #2FBCCF: hue angle of 187.12º 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 #2FBCCF is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 188 | 207 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.19 |
| HSL | 187.13º | 0.63% | 0.5% | - |
| HSV(B) | 187.13º | 0.77% | 0.81% | - |
| XYZ | 30.42 | 41.08 | 65.36 | - |
| YUV | 148.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 207 | 0.77 | 0.09 | 0 | 0.19 | 187.13 | 0.63 | 0.5 |
| Hex | 2F | BC | CF | 4D | 9 | 0 | 13 | BB | 3F | 32 |
| Octal | 57 | 274 | 317 | 115 | 11 | 0 | 23 | 273 | 77 | 62 |
| Binary | 101111 | 10111100 | 11001111 | 1001101 | 1001 | 0 | 10011 | 10111011 | 111111 | 110010 |
Color Harmonies of #2FBCCF
Complementary color
Monochromatic Colors of #2FBCCF
Black with #2FBCCF
Text Example
Text Example
White with #2FBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCCF; }
p { color: rgb(47,188,207); }
H1.HeaderClassName
{
color: #2FBCCF;
}
.AnyTagClassName
{
color: #2FBCCF;
}
</style>
background-color css
<style>
a { background-color: #2FBCCF; }
a { background-color: rgb(47,188,207); }
div.DivClassName
{
background-color: #2FBCCF;
}
.BgClassName
{
background-color: #2FBCCF;
}
</style>
border-color css
<style>
span { border-color: #2FBCCF; }
span { border-color: rgb(47,188,207); }
td.TdClassName
{
border-color: #2FBCCF;
}
.TagClassName
{
border-color: #2FBCCF;
}
</style>