Shades of Summer Sky #2BACCD
Tints of Summer Sky #2BACCD
RGB
CMYK
RGB Variations
Color information
#2BACCD (or 0x2BACCD) is known color: Summer Sky. HEX triplet: 2B, AC and CD. RGB value is (43,172,205). Sum of RGB (Red+Green+Blue) = 43+172+205=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #2BACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACCD is #D45332. Grayscale: #888888. Windows color (decimal): -13914931 or 13478955. OLE color: 13478955.
HSL color Cylindrical-coordinate representation of color #2BACCD: hue angle of 192.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BACCD is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 172 | 205 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.20 |
| HSL | 192.22º | 0.65% | 0.49% | - |
| HSV(B) | 192.22º | 0.79% | 0.8% | - |
| XYZ | 26.77 | 34.43 | 62.99 | - |
| YUV | 137.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 205 | 0.79 | 0.16 | 0 | 0.20 | 192.22 | 0.65 | 0.49 |
| Hex | 2B | AC | CD | 4F | 10 | 0 | 14 | C0 | 41 | 31 |
| Octal | 53 | 254 | 315 | 117 | 20 | 0 | 24 | 300 | 101 | 61 |
| Binary | 101011 | 10101100 | 11001101 | 1001111 | 10000 | 0 | 10100 | 11000000 | 1000001 | 110001 |
Color Harmonies of #2BACCD
Complementary color
Monochromatic Colors of #2BACCD
Black with #2BACCD
Text Example
Text Example
White with #2BACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACCD; }
p { color: rgb(43,172,205); }
H1.HeaderClassName
{
color: #2BACCD;
}
.AnyTagClassName
{
color: #2BACCD;
}
</style>
background-color css
<style>
a { background-color: #2BACCD; }
a { background-color: rgb(43,172,205); }
div.DivClassName
{
background-color: #2BACCD;
}
.BgClassName
{
background-color: #2BACCD;
}
</style>
border-color css
<style>
span { border-color: #2BACCD; }
span { border-color: rgb(43,172,205); }
td.TdClassName
{
border-color: #2BACCD;
}
.TagClassName
{
border-color: #2BACCD;
}
</style>