Shades of Summer Sky #2BADCE
Tints of Summer Sky #2BADCE
RGB
CMYK
RGB Variations
Color information
#2BADCE (or 0x2BADCE) is known color: Summer Sky. HEX triplet: 2B, AD and CE. RGB value is (43,173,206). Sum of RGB (Red+Green+Blue) = 43+173+206=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADCE is #D45231. Grayscale: #898989. Windows color (decimal): -13914674 or 13544747. OLE color: 13544747.
HSL color Cylindrical-coordinate representation of color #2BADCE: hue angle of 192.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BADCE is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 173 | 206 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.19 |
| HSL | 192.15º | 0.65% | 0.49% | - |
| HSV(B) | 192.15º | 0.79% | 0.81% | - |
| XYZ | 27.08 | 34.86 | 63.69 | - |
| YUV | 137.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 206 | 0.79 | 0.16 | 0 | 0.19 | 192.15 | 0.65 | 0.49 |
| Hex | 2B | AD | CE | 4F | 10 | 0 | 13 | C0 | 41 | 31 |
| Octal | 53 | 255 | 316 | 117 | 20 | 0 | 23 | 300 | 101 | 61 |
| Binary | 101011 | 10101101 | 11001110 | 1001111 | 10000 | 0 | 10011 | 11000000 | 1000001 | 110001 |
Color Harmonies of #2BADCE
Complementary color
Monochromatic Colors of #2BADCE
Black with #2BADCE
Text Example
Text Example
White with #2BADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADCE; }
p { color: rgb(43,173,206); }
H1.HeaderClassName
{
color: #2BADCE;
}
.AnyTagClassName
{
color: #2BADCE;
}
</style>
background-color css
<style>
a { background-color: #2BADCE; }
a { background-color: rgb(43,173,206); }
div.DivClassName
{
background-color: #2BADCE;
}
.BgClassName
{
background-color: #2BADCE;
}
</style>
border-color css
<style>
span { border-color: #2BADCE; }
span { border-color: rgb(43,173,206); }
td.TdClassName
{
border-color: #2BADCE;
}
.TagClassName
{
border-color: #2BADCE;
}
</style>