Shades of Summer Sky #2BADD1
Tints of Summer Sky #2BADD1
RGB
CMYK
RGB Variations
Color information
#2BADD1 (or 0x2BADD1) is known color: Summer Sky. HEX triplet: 2B, AD and D1. RGB value is (43,173,209). Sum of RGB (Red+Green+Blue) = 43+173+209=425 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.12% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #2BADD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADD1 is #D4522E. Grayscale: #898989. Windows color (decimal): -13914671 or 13741355. OLE color: 13741355.
HSL color Cylindrical-coordinate representation of color #2BADD1: hue angle of 193.01º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BADD1 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 173 | 209 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.18 |
| HSL | 193.01º | 0.66% | 0.49% | - |
| HSV(B) | 193.01º | 0.79% | 0.82% | - |
| XYZ | 27.45 | 35 | 65.63 | - |
| YUV | 138.23 | 167.93 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 209 | 0.79 | 0.17 | 0 | 0.18 | 193.01 | 0.66 | 0.49 |
| Hex | 2B | AD | D1 | 4F | 11 | 0 | 12 | C1 | 42 | 31 |
| Octal | 53 | 255 | 321 | 117 | 21 | 0 | 22 | 301 | 102 | 61 |
| Binary | 101011 | 10101101 | 11010001 | 1001111 | 10001 | 0 | 10010 | 11000001 | 1000010 | 110001 |
Color Harmonies of #2BADD1
Complementary color
Monochromatic Colors of #2BADD1
Black with #2BADD1
Text Example
Text Example
White with #2BADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADD1; }
p { color: rgb(43,173,209); }
H1.HeaderClassName
{
color: #2BADD1;
}
.AnyTagClassName
{
color: #2BADD1;
}
</style>
background-color css
<style>
a { background-color: #2BADD1; }
a { background-color: rgb(43,173,209); }
div.DivClassName
{
background-color: #2BADD1;
}
.BgClassName
{
background-color: #2BADD1;
}
</style>
border-color css
<style>
span { border-color: #2BADD1; }
span { border-color: rgb(43,173,209); }
td.TdClassName
{
border-color: #2BADD1;
}
.TagClassName
{
border-color: #2BADD1;
}
</style>