Shades of Summer Sky #2BACD7
Tints of Summer Sky #2BACD7
RGB
CMYK
RGB Variations
Color information
#2BACD7 (or 0x2BACD7) is known color: Summer Sky. HEX triplet: 2B, AC and D7. RGB value is (43,172,215). Sum of RGB (Red+Green+Blue) = 43+172+215=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #2BACD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACD7 is #D45328. Grayscale: #8A8A8A. Windows color (decimal): -13914921 or 14134315. OLE color: 14134315.
HSL color Cylindrical-coordinate representation of color #2BACD7: hue angle of 195º 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 #2BACD7 is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 172 | 215 | - |
| CMYK | 0.8 | 0.2 | 0 | 0.16 |
| HSL | 195º | 0.68% | 0.51% | - |
| HSV(B) | 195º | 0.8% | 0.84% | - |
| XYZ | 28.01 | 34.92 | 69.55 | - |
| YUV | 138.33 | 171.26 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 215 | 0.8 | 0.2 | 0 | 0.16 | 195 | 0.68 | 0.51 |
| Hex | 2B | AC | D7 | 50 | 14 | 0 | 10 | C3 | 44 | 33 |
| Octal | 53 | 254 | 327 | 120 | 24 | 0 | 20 | 303 | 104 | 63 |
| Binary | 101011 | 10101100 | 11010111 | 1010000 | 10100 | 0 | 10000 | 11000011 | 1000100 | 110011 |
Color Harmonies of #2BACD7
Complementary color
Monochromatic Colors of #2BACD7
Black with #2BACD7
Text Example
Text Example
White with #2BACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACD7; }
p { color: rgb(43,172,215); }
H1.HeaderClassName
{
color: #2BACD7;
}
.AnyTagClassName
{
color: #2BACD7;
}
</style>
background-color css
<style>
a { background-color: #2BACD7; }
a { background-color: rgb(43,172,215); }
div.DivClassName
{
background-color: #2BACD7;
}
.BgClassName
{
background-color: #2BACD7;
}
</style>
border-color css
<style>
span { border-color: #2BACD7; }
span { border-color: rgb(43,172,215); }
td.TdClassName
{
border-color: #2BACD7;
}
.TagClassName
{
border-color: #2BACD7;
}
</style>