Shades of Summer Sky #2BACED
Tints of Summer Sky #2BACED
RGB
CMYK
RGB Variations
Color information
#2BACED (or 0x2BACED) is known color: Summer Sky. HEX triplet: 2B, AC and ED. RGB value is (43,172,237). Sum of RGB (Red+Green+Blue) = 43+172+237=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BACED is #D45312. Grayscale: #8C8C8C. Windows color (decimal): -13914899 or 15576107. OLE color: 15576107.
HSL color Cylindrical-coordinate representation of color #2BACED: hue angle of 200.1º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BACED is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 172 | 237 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.07 |
| HSL | 200.1º | 0.84% | 0.55% | - |
| HSV(B) | 200.1º | 0.82% | 0.93% | - |
| XYZ | 31.03 | 36.13 | 85.46 | - |
| YUV | 140.84 | 182.26 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 237 | 0.82 | 0.27 | 0 | 0.07 | 200.1 | 0.84 | 0.55 |
| Hex | 2B | AC | ED | 52 | 1B | 0 | 7 | C8 | 54 | 37 |
| Octal | 53 | 254 | 355 | 122 | 33 | 0 | 7 | 310 | 124 | 67 |
| Binary | 101011 | 10101100 | 11101101 | 1010010 | 11011 | 0 | 111 | 11001000 | 1010100 | 110111 |
Color Harmonies of #2BACED
Complementary color
Monochromatic Colors of #2BACED
Black with #2BACED
Text Example
Text Example
White with #2BACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACED; }
p { color: rgb(43,172,237); }
H1.HeaderClassName
{
color: #2BACED;
}
.AnyTagClassName
{
color: #2BACED;
}
</style>
background-color css
<style>
a { background-color: #2BACED; }
a { background-color: rgb(43,172,237); }
div.DivClassName
{
background-color: #2BACED;
}
.BgClassName
{
background-color: #2BACED;
}
</style>
border-color css
<style>
span { border-color: #2BACED; }
span { border-color: rgb(43,172,237); }
td.TdClassName
{
border-color: #2BACED;
}
.TagClassName
{
border-color: #2BACED;
}
</style>