Shades of Summer Sky #2FBBDC
Tints of Summer Sky #2FBBDC
RGB
CMYK
RGB Variations
Color information
#2FBBDC (or 0x2FBBDC) is known color: Summer Sky. HEX triplet: 2F, BB and DC. RGB value is (47,187,220). Sum of RGB (Red+Green+Blue) = 47+187+220=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBDC is #D04423. Grayscale: #949494. Windows color (decimal): -13648932 or 14465839. OLE color: 14465839.
HSL color Cylindrical-coordinate representation of color #2FBBDC: hue angle of 191.45º 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 #2FBBDC is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 187 | 220 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.14 |
| HSL | 191.45º | 0.71% | 0.52% | - |
| HSV(B) | 191.45º | 0.79% | 0.86% | - |
| XYZ | 31.86 | 41.31 | 74 | - |
| YUV | 148.9 | 168.12 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 220 | 0.79 | 0.15 | 0 | 0.14 | 191.45 | 0.71 | 0.52 |
| Hex | 2F | BB | DC | 4F | F | 0 | E | BF | 47 | 34 |
| Octal | 57 | 273 | 334 | 117 | 17 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101111 | 10111011 | 11011100 | 1001111 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2FBBDC
Complementary color
Monochromatic Colors of #2FBBDC
Black with #2FBBDC
Text Example
Text Example
White with #2FBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBBDC; }
p { color: rgb(47,187,220); }
H1.HeaderClassName
{
color: #2FBBDC;
}
.AnyTagClassName
{
color: #2FBBDC;
}
</style>
background-color css
<style>
a { background-color: #2FBBDC; }
a { background-color: rgb(47,187,220); }
div.DivClassName
{
background-color: #2FBBDC;
}
.BgClassName
{
background-color: #2FBBDC;
}
</style>
border-color css
<style>
span { border-color: #2FBBDC; }
span { border-color: rgb(47,187,220); }
td.TdClassName
{
border-color: #2FBBDC;
}
.TagClassName
{
border-color: #2FBBDC;
}
</style>