Shades of Summer Sky #2BBBD2
Tints of Summer Sky #2BBBD2
RGB
CMYK
RGB Variations
Color information
#2BBBD2 (or 0x2BBBD2) is known color: Summer Sky. HEX triplet: 2B, BB and D2. RGB value is (43,187,210). Sum of RGB (Red+Green+Blue) = 43+187+210=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #2BBBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBBD2 is #D4442D. Grayscale: #929292. Windows color (decimal): -13911086 or 13810475. OLE color: 13810475.
HSL color Cylindrical-coordinate representation of color #2BBBD2: hue angle of 188.26º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBBD2 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 187 | 210 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.18 |
| HSL | 188.26º | 0.66% | 0.5% | - |
| HSV(B) | 188.26º | 0.8% | 0.82% | - |
| XYZ | 30.4 | 40.71 | 67.23 | - |
| YUV | 146.57 | 163.79 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 210 | 0.80 | 0.11 | 0 | 0.18 | 188.26 | 0.66 | 0.5 |
| Hex | 2B | BB | D2 | 50 | B | 0 | 12 | BC | 42 | 32 |
| Octal | 53 | 273 | 322 | 120 | 13 | 0 | 22 | 274 | 102 | 62 |
| Binary | 101011 | 10111011 | 11010010 | 1010000 | 1011 | 0 | 10010 | 10111100 | 1000010 | 110010 |
Color Harmonies of #2BBBD2
Complementary color
Monochromatic Colors of #2BBBD2
Black with #2BBBD2
Text Example
Text Example
White with #2BBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBD2; }
p { color: rgb(43,187,210); }
H1.HeaderClassName
{
color: #2BBBD2;
}
.AnyTagClassName
{
color: #2BBBD2;
}
</style>
background-color css
<style>
a { background-color: #2BBBD2; }
a { background-color: rgb(43,187,210); }
div.DivClassName
{
background-color: #2BBBD2;
}
.BgClassName
{
background-color: #2BBBD2;
}
</style>
border-color css
<style>
span { border-color: #2BBBD2; }
span { border-color: rgb(43,187,210); }
td.TdClassName
{
border-color: #2BBBD2;
}
.TagClassName
{
border-color: #2BBBD2;
}
</style>