Shades of Summer Sky #2BABCC
Tints of Summer Sky #2BABCC
RGB
CMYK
RGB Variations
Color information
#2BABCC (or 0x2BABCC) is known color: Summer Sky. HEX triplet: 2B, AB and CC. RGB value is (43,171,204). Sum of RGB (Red+Green+Blue) = 43+171+204=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABCC is #D45433. Grayscale: #888888. Windows color (decimal): -13915188 or 13413163. OLE color: 13413163.
HSL color Cylindrical-coordinate representation of color #2BABCC: hue angle of 192.3º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BABCC is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 171 | 204 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.2 |
| HSL | 192.3º | 0.65% | 0.48% | - |
| HSV(B) | 192.3º | 0.79% | 0.8% | - |
| XYZ | 26.46 | 34 | 62.29 | - |
| YUV | 136.49 | 166.09 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 204 | 0.79 | 0.16 | 0 | 0.2 | 192.3 | 0.65 | 0.48 |
| Hex | 2B | AB | CC | 4F | 10 | 0 | 14 | C0 | 41 | 30 |
| Octal | 53 | 253 | 314 | 117 | 20 | 0 | 24 | 300 | 101 | 60 |
| Binary | 101011 | 10101011 | 11001100 | 1001111 | 10000 | 0 | 10100 | 11000000 | 1000001 | 110000 |
Color Harmonies of #2BABCC
Complementary color
Monochromatic Colors of #2BABCC
Black with #2BABCC
Text Example
Text Example
White with #2BABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABCC; }
p { color: rgb(43,171,204); }
H1.HeaderClassName
{
color: #2BABCC;
}
.AnyTagClassName
{
color: #2BABCC;
}
</style>
background-color css
<style>
a { background-color: #2BABCC; }
a { background-color: rgb(43,171,204); }
div.DivClassName
{
background-color: #2BABCC;
}
.BgClassName
{
background-color: #2BABCC;
}
</style>
border-color css
<style>
span { border-color: #2BABCC; }
span { border-color: rgb(43,171,204); }
td.TdClassName
{
border-color: #2BABCC;
}
.TagClassName
{
border-color: #2BABCC;
}
</style>