Shades of Summer Sky #2BADC8
Tints of Summer Sky #2BADC8
RGB
CMYK
RGB Variations
Color information
#2BADC8 (or 0x2BADC8) is known color: Summer Sky. HEX triplet: 2B, AD and C8. RGB value is (43,173,200). Sum of RGB (Red+Green+Blue) = 43+173+200=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #2BADC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADC8 is #D45237. Grayscale: #888888. Windows color (decimal): -13914680 or 13151531. OLE color: 13151531.
HSL color Cylindrical-coordinate representation of color #2BADC8: hue angle of 190.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BADC8 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 173 | 200 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.22 |
| HSL | 190.32º | 0.65% | 0.48% | - |
| HSV(B) | 190.32º | 0.79% | 0.78% | - |
| XYZ | 26.37 | 34.57 | 59.93 | - |
| YUV | 137.21 | 163.43 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 200 | 0.78 | 0.14 | 0 | 0.22 | 190.32 | 0.65 | 0.48 |
| Hex | 2B | AD | C8 | 4E | E | 0 | 16 | BE | 41 | 30 |
| Octal | 53 | 255 | 310 | 116 | 16 | 0 | 26 | 276 | 101 | 60 |
| Binary | 101011 | 10101101 | 11001000 | 1001110 | 1110 | 0 | 10110 | 10111110 | 1000001 | 110000 |
Color Harmonies of #2BADC8
Complementary color
Monochromatic Colors of #2BADC8
Black with #2BADC8
Text Example
Text Example
White with #2BADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADC8; }
p { color: rgb(43,173,200); }
H1.HeaderClassName
{
color: #2BADC8;
}
.AnyTagClassName
{
color: #2BADC8;
}
</style>
background-color css
<style>
a { background-color: #2BADC8; }
a { background-color: rgb(43,173,200); }
div.DivClassName
{
background-color: #2BADC8;
}
.BgClassName
{
background-color: #2BADC8;
}
</style>
border-color css
<style>
span { border-color: #2BADC8; }
span { border-color: rgb(43,173,200); }
td.TdClassName
{
border-color: #2BADC8;
}
.TagClassName
{
border-color: #2BADC8;
}
</style>