Shades of Summer Sky #2BACE5
Tints of Summer Sky #2BACE5
RGB
CMYK
RGB Variations
Color information
#2BACE5 (or 0x2BACE5) is known color: Summer Sky. HEX triplet: 2B, AC and E5. RGB value is (43,172,229). Sum of RGB (Red+Green+Blue) = 43+172+229=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #2BACE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACE5 is #D4531A. Grayscale: #8B8B8B. Windows color (decimal): -13914907 or 15051819. OLE color: 15051819.
HSL color Cylindrical-coordinate representation of color #2BACE5: hue angle of 198.39º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BACE5 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 172 | 229 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.10 |
| HSL | 198.39º | 0.78% | 0.53% | - |
| HSV(B) | 198.39º | 0.81% | 0.9% | - |
| XYZ | 29.89 | 35.68 | 79.44 | - |
| YUV | 139.93 | 178.26 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 229 | 0.81 | 0.25 | 0 | 0.10 | 198.39 | 0.78 | 0.53 |
| Hex | 2B | AC | E5 | 51 | 19 | 0 | A | C6 | 4E | 35 |
| Octal | 53 | 254 | 345 | 121 | 31 | 0 | 12 | 306 | 116 | 65 |
| Binary | 101011 | 10101100 | 11100101 | 1010001 | 11001 | 0 | 1010 | 11000110 | 1001110 | 110101 |
Color Harmonies of #2BACE5
Complementary color
Monochromatic Colors of #2BACE5
Black with #2BACE5
Text Example
Text Example
White with #2BACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACE5; }
p { color: rgb(43,172,229); }
H1.HeaderClassName
{
color: #2BACE5;
}
.AnyTagClassName
{
color: #2BACE5;
}
</style>
background-color css
<style>
a { background-color: #2BACE5; }
a { background-color: rgb(43,172,229); }
div.DivClassName
{
background-color: #2BACE5;
}
.BgClassName
{
background-color: #2BACE5;
}
</style>
border-color css
<style>
span { border-color: #2BACE5; }
span { border-color: rgb(43,172,229); }
td.TdClassName
{
border-color: #2BACE5;
}
.TagClassName
{
border-color: #2BACE5;
}
</style>