Shades of Summer Sky #2FBCDC
Tints of Summer Sky #2FBCDC
RGB
CMYK
RGB Variations
Color information
#2FBCDC (or 0x2FBCDC) is known color: Summer Sky. HEX triplet: 2F, BC and DC. RGB value is (47,188,220). Sum of RGB (Red+Green+Blue) = 47+188+220=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCDC is #D04323. Grayscale: #959595. Windows color (decimal): -13648676 or 14466095. OLE color: 14466095.
HSL color Cylindrical-coordinate representation of color #2FBCDC: hue angle of 191.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBCDC is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 188 | 220 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.14 |
| HSL | 191.1º | 0.71% | 0.52% | - |
| HSV(B) | 191.1º | 0.79% | 0.86% | - |
| XYZ | 32.07 | 41.74 | 74.08 | - |
| YUV | 149.49 | 167.79 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 220 | 0.79 | 0.15 | 0 | 0.14 | 191.1 | 0.71 | 0.52 |
| Hex | 2F | BC | DC | 4F | F | 0 | E | BF | 47 | 34 |
| Octal | 57 | 274 | 334 | 117 | 17 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101111 | 10111100 | 11011100 | 1001111 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2FBCDC
Complementary color
Monochromatic Colors of #2FBCDC
Black with #2FBCDC
Text Example
Text Example
White with #2FBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCDC; }
p { color: rgb(47,188,220); }
H1.HeaderClassName
{
color: #2FBCDC;
}
.AnyTagClassName
{
color: #2FBCDC;
}
</style>
background-color css
<style>
a { background-color: #2FBCDC; }
a { background-color: rgb(47,188,220); }
div.DivClassName
{
background-color: #2FBCDC;
}
.BgClassName
{
background-color: #2FBCDC;
}
</style>
border-color css
<style>
span { border-color: #2FBCDC; }
span { border-color: rgb(47,188,220); }
td.TdClassName
{
border-color: #2FBCDC;
}
.TagClassName
{
border-color: #2FBCDC;
}
</style>