Shades of Summer Sky #2BADC7
Tints of Summer Sky #2BADC7
RGB
CMYK
RGB Variations
Color information
#2BADC7 (or 0x2BADC7) is known color: Summer Sky. HEX triplet: 2B, AD and C7. RGB value is (43,173,199). Sum of RGB (Red+Green+Blue) = 43+173+199=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #2BADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADC7 is #D45238. Grayscale: #888888. Windows color (decimal): -13914681 or 13085995. OLE color: 13085995.
HSL color Cylindrical-coordinate representation of color #2BADC7: hue angle of 190º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BADC7 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 173 | 199 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.22 |
| HSL | 190º | 0.64% | 0.47% | - |
| HSV(B) | 190º | 0.78% | 0.78% | - |
| XYZ | 26.25 | 34.52 | 59.31 | - |
| YUV | 137.09 | 162.93 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 199 | 0.78 | 0.13 | 0 | 0.22 | 190 | 0.64 | 0.47 |
| Hex | 2B | AD | C7 | 4E | D | 0 | 16 | BE | 40 | 2F |
| Octal | 53 | 255 | 307 | 116 | 15 | 0 | 26 | 276 | 100 | 57 |
| Binary | 101011 | 10101101 | 11000111 | 1001110 | 1101 | 0 | 10110 | 10111110 | 1000000 | 101111 |
Color Harmonies of #2BADC7
Complementary color
Monochromatic Colors of #2BADC7
Black with #2BADC7
Text Example
Text Example
White with #2BADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADC7; }
p { color: rgb(43,173,199); }
H1.HeaderClassName
{
color: #2BADC7;
}
.AnyTagClassName
{
color: #2BADC7;
}
</style>
background-color css
<style>
a { background-color: #2BADC7; }
a { background-color: rgb(43,173,199); }
div.DivClassName
{
background-color: #2BADC7;
}
.BgClassName
{
background-color: #2BADC7;
}
</style>
border-color css
<style>
span { border-color: #2BADC7; }
span { border-color: rgb(43,173,199); }
td.TdClassName
{
border-color: #2BADC7;
}
.TagClassName
{
border-color: #2BADC7;
}
</style>