Shades of Summer Sky #2BAADD
Tints of Summer Sky #2BAADD
RGB
CMYK
RGB Variations
Color information
#2BAADD (or 0x2BAADD) is known color: Summer Sky. HEX triplet: 2B, AA and DD. RGB value is (43,170,221). Sum of RGB (Red+Green+Blue) = 43+170+221=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAADD is #D45522. Grayscale: #898989. Windows color (decimal): -13915427 or 14527019. OLE color: 14527019.
HSL color Cylindrical-coordinate representation of color #2BAADD: hue angle of 197.19º 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 #2BAADD is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 170 | 221 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.13 |
| HSL | 197.19º | 0.72% | 0.52% | - |
| HSV(B) | 197.19º | 0.81% | 0.87% | - |
| XYZ | 28.42 | 34.48 | 73.56 | - |
| YUV | 137.84 | 174.92 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 221 | 0.81 | 0.23 | 0 | 0.13 | 197.19 | 0.72 | 0.52 |
| Hex | 2B | AA | DD | 51 | 17 | 0 | D | C5 | 48 | 34 |
| Octal | 53 | 252 | 335 | 121 | 27 | 0 | 15 | 305 | 110 | 64 |
| Binary | 101011 | 10101010 | 11011101 | 1010001 | 10111 | 0 | 1101 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2BAADD
Complementary color
Monochromatic Colors of #2BAADD
Black with #2BAADD
Text Example
Text Example
White with #2BAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAADD; }
p { color: rgb(43,170,221); }
H1.HeaderClassName
{
color: #2BAADD;
}
.AnyTagClassName
{
color: #2BAADD;
}
</style>
background-color css
<style>
a { background-color: #2BAADD; }
a { background-color: rgb(43,170,221); }
div.DivClassName
{
background-color: #2BAADD;
}
.BgClassName
{
background-color: #2BAADD;
}
</style>
border-color css
<style>
span { border-color: #2BAADD; }
span { border-color: rgb(43,170,221); }
td.TdClassName
{
border-color: #2BAADD;
}
.TagClassName
{
border-color: #2BAADD;
}
</style>