Shades of Summer Sky #2BAADE
Tints of Summer Sky #2BAADE
RGB
CMYK
RGB Variations
Color information
#2BAADE (or 0x2BAADE) is known color: Summer Sky. HEX triplet: 2B, AA and DE. RGB value is (43,170,222). Sum of RGB (Red+Green+Blue) = 43+170+222=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BAADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAADE is #D45521. Grayscale: #898989. Windows color (decimal): -13915426 or 14592555. OLE color: 14592555.
HSL color Cylindrical-coordinate representation of color #2BAADE: hue angle of 197.43º degrees, saturation: 0.73, 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 #2BAADE is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 170 | 222 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.13 |
| HSL | 197.43º | 0.73% | 0.52% | - |
| HSV(B) | 197.43º | 0.81% | 0.87% | - |
| XYZ | 28.56 | 34.54 | 74.27 | - |
| YUV | 137.96 | 175.42 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 222 | 0.81 | 0.23 | 0 | 0.13 | 197.43 | 0.73 | 0.52 |
| Hex | 2B | AA | DE | 51 | 17 | 0 | D | C5 | 49 | 34 |
| Octal | 53 | 252 | 336 | 121 | 27 | 0 | 15 | 305 | 111 | 64 |
| Binary | 101011 | 10101010 | 11011110 | 1010001 | 10111 | 0 | 1101 | 11000101 | 1001001 | 110100 |
Color Harmonies of #2BAADE
Complementary color
Monochromatic Colors of #2BAADE
Black with #2BAADE
Text Example
Text Example
White with #2BAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAADE; }
p { color: rgb(43,170,222); }
H1.HeaderClassName
{
color: #2BAADE;
}
.AnyTagClassName
{
color: #2BAADE;
}
</style>
background-color css
<style>
a { background-color: #2BAADE; }
a { background-color: rgb(43,170,222); }
div.DivClassName
{
background-color: #2BAADE;
}
.BgClassName
{
background-color: #2BAADE;
}
</style>
border-color css
<style>
span { border-color: #2BAADE; }
span { border-color: rgb(43,170,222); }
td.TdClassName
{
border-color: #2BAADE;
}
.TagClassName
{
border-color: #2BAADE;
}
</style>