Shades of Summer Sky #2BADE3
Tints of Summer Sky #2BADE3
RGB
CMYK
RGB Variations
Color information
#2BADE3 (or 0x2BADE3) is known color: Summer Sky. HEX triplet: 2B, AD and E3. RGB value is (43,173,227). Sum of RGB (Red+Green+Blue) = 43+173+227=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 227 (89.06% from 255 or 51.24% from 443); Max value from RGB is 227 - color contains mainly: blue. Hex color #2BADE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADE3 is #D4521C. Grayscale: #8B8B8B. Windows color (decimal): -13914653 or 14921003. OLE color: 14921003.
HSL color Cylindrical-coordinate representation of color #2BADE3: hue angle of 197.61º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BADE3 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 173 | 227 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.11 |
| HSL | 197.61º | 0.77% | 0.53% | - |
| HSV(B) | 197.61º | 0.81% | 0.89% | - |
| XYZ | 29.8 | 35.95 | 78.04 | - |
| YUV | 140.29 | 176.93 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 227 | 0.81 | 0.24 | 0 | 0.11 | 197.61 | 0.77 | 0.53 |
| Hex | 2B | AD | E3 | 51 | 18 | 0 | B | C6 | 4D | 35 |
| Octal | 53 | 255 | 343 | 121 | 30 | 0 | 13 | 306 | 115 | 65 |
| Binary | 101011 | 10101101 | 11100011 | 1010001 | 11000 | 0 | 1011 | 11000110 | 1001101 | 110101 |
Color Harmonies of #2BADE3
Complementary color
Monochromatic Colors of #2BADE3
Black with #2BADE3
Text Example
Text Example
White with #2BADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADE3; }
p { color: rgb(43,173,227); }
H1.HeaderClassName
{
color: #2BADE3;
}
.AnyTagClassName
{
color: #2BADE3;
}
</style>
background-color css
<style>
a { background-color: #2BADE3; }
a { background-color: rgb(43,173,227); }
div.DivClassName
{
background-color: #2BADE3;
}
.BgClassName
{
background-color: #2BADE3;
}
</style>
border-color css
<style>
span { border-color: #2BADE3; }
span { border-color: rgb(43,173,227); }
td.TdClassName
{
border-color: #2BADE3;
}
.TagClassName
{
border-color: #2BADE3;
}
</style>