Shades of Summer Sky #2FBCCD
Tints of Summer Sky #2FBCCD
RGB
CMYK
RGB Variations
Color information
#2FBCCD (or 0x2FBCCD) is known color: Summer Sky. HEX triplet: 2F, BC and CD. RGB value is (47,188,205). Sum of RGB (Red+Green+Blue) = 47+188+205=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCCD is #D04332. Grayscale: #939393. Windows color (decimal): -13648691 or 13483055. OLE color: 13483055.
HSL color Cylindrical-coordinate representation of color #2FBCCD: hue angle of 186.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FBCCD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 188 | 205 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.20 |
| HSL | 186.46º | 0.63% | 0.49% | - |
| HSV(B) | 186.46º | 0.77% | 0.8% | - |
| XYZ | 30.17 | 40.98 | 64.08 | - |
| YUV | 147.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 205 | 0.77 | 0.08 | 0 | 0.20 | 186.46 | 0.63 | 0.49 |
| Hex | 2F | BC | CD | 4D | 8 | 0 | 14 | BA | 3F | 31 |
| Octal | 57 | 274 | 315 | 115 | 10 | 0 | 24 | 272 | 77 | 61 |
| Binary | 101111 | 10111100 | 11001101 | 1001101 | 1000 | 0 | 10100 | 10111010 | 111111 | 110001 |
Color Harmonies of #2FBCCD
Complementary color
Monochromatic Colors of #2FBCCD
Black with #2FBCCD
Text Example
Text Example
White with #2FBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCCD; }
p { color: rgb(47,188,205); }
H1.HeaderClassName
{
color: #2FBCCD;
}
.AnyTagClassName
{
color: #2FBCCD;
}
</style>
background-color css
<style>
a { background-color: #2FBCCD; }
a { background-color: rgb(47,188,205); }
div.DivClassName
{
background-color: #2FBCCD;
}
.BgClassName
{
background-color: #2FBCCD;
}
</style>
border-color css
<style>
span { border-color: #2FBCCD; }
span { border-color: rgb(47,188,205); }
td.TdClassName
{
border-color: #2FBCCD;
}
.TagClassName
{
border-color: #2FBCCD;
}
</style>