Shades of Summer Sky #2BABDC
Tints of Summer Sky #2BABDC
RGB
CMYK
RGB Variations
Color information
#2BABDC (or 0x2BABDC) is known color: Summer Sky. HEX triplet: 2B, AB and DC. RGB value is (43,171,220). Sum of RGB (Red+Green+Blue) = 43+171+220=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABDC is #D45423. Grayscale: #898989. Windows color (decimal): -13915172 or 14461739. OLE color: 14461739.
HSL color Cylindrical-coordinate representation of color #2BABDC: hue angle of 196.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BABDC is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 171 | 220 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.14 |
| HSL | 196.61º | 0.72% | 0.52% | - |
| HSV(B) | 196.61º | 0.8% | 0.86% | - |
| XYZ | 28.48 | 34.81 | 72.93 | - |
| YUV | 138.31 | 174.09 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 220 | 0.80 | 0.22 | 0 | 0.14 | 196.61 | 0.72 | 0.52 |
| Hex | 2B | AB | DC | 50 | 16 | 0 | E | C5 | 48 | 34 |
| Octal | 53 | 253 | 334 | 120 | 26 | 0 | 16 | 305 | 110 | 64 |
| Binary | 101011 | 10101011 | 11011100 | 1010000 | 10110 | 0 | 1110 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2BABDC
Complementary color
Monochromatic Colors of #2BABDC
Black with #2BABDC
Text Example
Text Example
White with #2BABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABDC; }
p { color: rgb(43,171,220); }
H1.HeaderClassName
{
color: #2BABDC;
}
.AnyTagClassName
{
color: #2BABDC;
}
</style>
background-color css
<style>
a { background-color: #2BABDC; }
a { background-color: rgb(43,171,220); }
div.DivClassName
{
background-color: #2BABDC;
}
.BgClassName
{
background-color: #2BABDC;
}
</style>
border-color css
<style>
span { border-color: #2BABDC; }
span { border-color: rgb(43,171,220); }
td.TdClassName
{
border-color: #2BABDC;
}
.TagClassName
{
border-color: #2BABDC;
}
</style>