Shades of Summer Sky #2BBACF
Tints of Summer Sky #2BBACF
RGB
CMYK
RGB Variations
Color information
#2BBACF (or 0x2BBACF) is known color: Summer Sky. HEX triplet: 2B, BA and CF. RGB value is (43,186,207). Sum of RGB (Red+Green+Blue) = 43+186+207=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BBACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBACF is #D44530. Grayscale: #919191. Windows color (decimal): -13911345 or 13613611. OLE color: 13613611.
HSL color Cylindrical-coordinate representation of color #2BBACF: hue angle of 187.68º 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 #2BBACF is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 186 | 207 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.19 |
| HSL | 187.68º | 0.66% | 0.49% | - |
| HSV(B) | 187.68º | 0.79% | 0.81% | - |
| XYZ | 29.82 | 40.14 | 65.21 | - |
| YUV | 145.64 | 162.62 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 207 | 0.79 | 0.10 | 0 | 0.19 | 187.68 | 0.66 | 0.49 |
| Hex | 2B | BA | CF | 4F | A | 0 | 13 | BC | 42 | 31 |
| Octal | 53 | 272 | 317 | 117 | 12 | 0 | 23 | 274 | 102 | 61 |
| Binary | 101011 | 10111010 | 11001111 | 1001111 | 1010 | 0 | 10011 | 10111100 | 1000010 | 110001 |
Color Harmonies of #2BBACF
Complementary color
Monochromatic Colors of #2BBACF
Black with #2BBACF
Text Example
Text Example
White with #2BBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBACF; }
p { color: rgb(43,186,207); }
H1.HeaderClassName
{
color: #2BBACF;
}
.AnyTagClassName
{
color: #2BBACF;
}
</style>
background-color css
<style>
a { background-color: #2BBACF; }
a { background-color: rgb(43,186,207); }
div.DivClassName
{
background-color: #2BBACF;
}
.BgClassName
{
background-color: #2BBACF;
}
</style>
border-color css
<style>
span { border-color: #2BBACF; }
span { border-color: rgb(43,186,207); }
td.TdClassName
{
border-color: #2BBACF;
}
.TagClassName
{
border-color: #2BBACF;
}
</style>