Shades of Summer Sky #2BBFD7
Tints of Summer Sky #2BBFD7
RGB
CMYK
RGB Variations
Color information
#2BBFD7 (or 0x2BBFD7) is known color: Summer Sky. HEX triplet: 2B, BF and D7. RGB value is (43,191,215). Sum of RGB (Red+Green+Blue) = 43+191+215=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #2BBFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBFD7 is #D44028. Grayscale: #959595. Windows color (decimal): -13910057 or 14139179. OLE color: 14139179.
HSL color Cylindrical-coordinate representation of color #2BBFD7: hue angle of 188.37º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBFD7 is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 191 | 215 | - |
| CMYK | 0.8 | 0.11 | 0 | 0.16 |
| HSL | 188.37º | 0.68% | 0.51% | - |
| HSV(B) | 188.37º | 0.8% | 0.84% | - |
| XYZ | 31.89 | 42.68 | 70.85 | - |
| YUV | 149.48 | 164.97 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 215 | 0.8 | 0.11 | 0 | 0.16 | 188.37 | 0.68 | 0.51 |
| Hex | 2B | BF | D7 | 50 | B | 0 | 10 | BC | 44 | 33 |
| Octal | 53 | 277 | 327 | 120 | 13 | 0 | 20 | 274 | 104 | 63 |
| Binary | 101011 | 10111111 | 11010111 | 1010000 | 1011 | 0 | 10000 | 10111100 | 1000100 | 110011 |
Color Harmonies of #2BBFD7
Complementary color
Monochromatic Colors of #2BBFD7
Black with #2BBFD7
Text Example
Text Example
White with #2BBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBFD7; }
p { color: rgb(43,191,215); }
H1.HeaderClassName
{
color: #2BBFD7;
}
.AnyTagClassName
{
color: #2BBFD7;
}
</style>
background-color css
<style>
a { background-color: #2BBFD7; }
a { background-color: rgb(43,191,215); }
div.DivClassName
{
background-color: #2BBFD7;
}
.BgClassName
{
background-color: #2BBFD7;
}
</style>
border-color css
<style>
span { border-color: #2BBFD7; }
span { border-color: rgb(43,191,215); }
td.TdClassName
{
border-color: #2BBFD7;
}
.TagClassName
{
border-color: #2BBFD7;
}
</style>