Shades of Summer Sky #2BBBCF
Tints of Summer Sky #2BBBCF
RGB
CMYK
RGB Variations
Color information
#2BBBCF (or 0x2BBBCF) is known color: Summer Sky. HEX triplet: 2B, BB and CF. RGB value is (43,187,207). Sum of RGB (Red+Green+Blue) = 43+187+207=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BBBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBBCF is #D44430. Grayscale: #929292. Windows color (decimal): -13911089 or 13613867. OLE color: 13613867.
HSL color Cylindrical-coordinate representation of color #2BBBCF: hue angle of 187.32º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBBCF is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 187 | 207 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.19 |
| HSL | 187.32º | 0.66% | 0.49% | - |
| HSV(B) | 187.32º | 0.79% | 0.81% | - |
| XYZ | 30.03 | 40.56 | 65.28 | - |
| YUV | 146.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 207 | 0.79 | 0.10 | 0 | 0.19 | 187.32 | 0.66 | 0.49 |
| Hex | 2B | BB | CF | 4F | A | 0 | 13 | BB | 42 | 31 |
| Octal | 53 | 273 | 317 | 117 | 12 | 0 | 23 | 273 | 102 | 61 |
| Binary | 101011 | 10111011 | 11001111 | 1001111 | 1010 | 0 | 10011 | 10111011 | 1000010 | 110001 |
Color Harmonies of #2BBBCF
Complementary color
Monochromatic Colors of #2BBBCF
Black with #2BBBCF
Text Example
Text Example
White with #2BBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBCF; }
p { color: rgb(43,187,207); }
H1.HeaderClassName
{
color: #2BBBCF;
}
.AnyTagClassName
{
color: #2BBBCF;
}
</style>
background-color css
<style>
a { background-color: #2BBBCF; }
a { background-color: rgb(43,187,207); }
div.DivClassName
{
background-color: #2BBBCF;
}
.BgClassName
{
background-color: #2BBBCF;
}
</style>
border-color css
<style>
span { border-color: #2BBBCF; }
span { border-color: rgb(43,187,207); }
td.TdClassName
{
border-color: #2BBBCF;
}
.TagClassName
{
border-color: #2BBBCF;
}
</style>