Shades of Summer Sky #2BADDD
Tints of Summer Sky #2BADDD
RGB
CMYK
RGB Variations
Color information
#2BADDD (or 0x2BADDD) is known color: Summer Sky. HEX triplet: 2B, AD and DD. RGB value is (43,173,221). Sum of RGB (Red+Green+Blue) = 43+173+221=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADDD is #D45222. Grayscale: #8B8B8B. Windows color (decimal): -13914659 or 14527787. OLE color: 14527787.
HSL color Cylindrical-coordinate representation of color #2BADDD: hue angle of 196.18º degrees, saturation: 0.72, 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 #2BADDD is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 173 | 221 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.13 |
| HSL | 196.18º | 0.72% | 0.52% | - |
| HSV(B) | 196.18º | 0.81% | 0.87% | - |
| XYZ | 28.99 | 35.62 | 73.75 | - |
| YUV | 139.6 | 173.93 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 221 | 0.81 | 0.22 | 0 | 0.13 | 196.18 | 0.72 | 0.52 |
| Hex | 2B | AD | DD | 51 | 16 | 0 | D | C4 | 48 | 34 |
| Octal | 53 | 255 | 335 | 121 | 26 | 0 | 15 | 304 | 110 | 64 |
| Binary | 101011 | 10101101 | 11011101 | 1010001 | 10110 | 0 | 1101 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2BADDD
Complementary color
Monochromatic Colors of #2BADDD
Black with #2BADDD
Text Example
Text Example
White with #2BADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADDD; }
p { color: rgb(43,173,221); }
H1.HeaderClassName
{
color: #2BADDD;
}
.AnyTagClassName
{
color: #2BADDD;
}
</style>
background-color css
<style>
a { background-color: #2BADDD; }
a { background-color: rgb(43,173,221); }
div.DivClassName
{
background-color: #2BADDD;
}
.BgClassName
{
background-color: #2BADDD;
}
</style>
border-color css
<style>
span { border-color: #2BADDD; }
span { border-color: rgb(43,173,221); }
td.TdClassName
{
border-color: #2BADDD;
}
.TagClassName
{
border-color: #2BADDD;
}
</style>