Shades of Summer Sky #2BABDF
Tints of Summer Sky #2BABDF
RGB
CMYK
RGB Variations
Color information
#2BABDF (or 0x2BABDF) is known color: Summer Sky. HEX triplet: 2B, AB and DF. RGB value is (43,171,223). Sum of RGB (Red+Green+Blue) = 43+171+223=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABDF is #D45420. Grayscale: #8A8A8A. Windows color (decimal): -13915169 or 14658347. OLE color: 14658347.
HSL color Cylindrical-coordinate representation of color #2BABDF: hue angle of 197.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BABDF is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 171 | 223 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.13 |
| HSL | 197.33º | 0.74% | 0.52% | - |
| HSV(B) | 197.33º | 0.81% | 0.87% | - |
| XYZ | 28.88 | 34.97 | 75.04 | - |
| YUV | 138.66 | 175.59 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 223 | 0.81 | 0.23 | 0 | 0.13 | 197.33 | 0.74 | 0.52 |
| Hex | 2B | AB | DF | 51 | 17 | 0 | D | C5 | 4A | 34 |
| Octal | 53 | 253 | 337 | 121 | 27 | 0 | 15 | 305 | 112 | 64 |
| Binary | 101011 | 10101011 | 11011111 | 1010001 | 10111 | 0 | 1101 | 11000101 | 1001010 | 110100 |
Color Harmonies of #2BABDF
Complementary color
Monochromatic Colors of #2BABDF
Black with #2BABDF
Text Example
Text Example
White with #2BABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABDF; }
p { color: rgb(43,171,223); }
H1.HeaderClassName
{
color: #2BABDF;
}
.AnyTagClassName
{
color: #2BABDF;
}
</style>
background-color css
<style>
a { background-color: #2BABDF; }
a { background-color: rgb(43,171,223); }
div.DivClassName
{
background-color: #2BABDF;
}
.BgClassName
{
background-color: #2BABDF;
}
</style>
border-color css
<style>
span { border-color: #2BABDF; }
span { border-color: rgb(43,171,223); }
td.TdClassName
{
border-color: #2BABDF;
}
.TagClassName
{
border-color: #2BABDF;
}
</style>