Shades of Summer Sky #2BADCB
Tints of Summer Sky #2BADCB
RGB
CMYK
RGB Variations
Color information
#2BADCB (or 0x2BADCB) is known color: Summer Sky. HEX triplet: 2B, AD and CB. RGB value is (43,173,203). Sum of RGB (Red+Green+Blue) = 43+173+203=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADCB is #D45234. Grayscale: #898989. Windows color (decimal): -13914677 or 13348139. OLE color: 13348139.
HSL color Cylindrical-coordinate representation of color #2BADCB: hue angle of 191.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BADCB is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 173 | 203 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.20 |
| HSL | 191.25º | 0.65% | 0.48% | - |
| HSV(B) | 191.25º | 0.79% | 0.8% | - |
| XYZ | 26.72 | 34.71 | 61.79 | - |
| YUV | 137.55 | 164.93 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 203 | 0.79 | 0.15 | 0 | 0.20 | 191.25 | 0.65 | 0.48 |
| Hex | 2B | AD | CB | 4F | F | 0 | 14 | BF | 41 | 30 |
| Octal | 53 | 255 | 313 | 117 | 17 | 0 | 24 | 277 | 101 | 60 |
| Binary | 101011 | 10101101 | 11001011 | 1001111 | 1111 | 0 | 10100 | 10111111 | 1000001 | 110000 |
Color Harmonies of #2BADCB
Complementary color
Monochromatic Colors of #2BADCB
Black with #2BADCB
Text Example
Text Example
White with #2BADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADCB; }
p { color: rgb(43,173,203); }
H1.HeaderClassName
{
color: #2BADCB;
}
.AnyTagClassName
{
color: #2BADCB;
}
</style>
background-color css
<style>
a { background-color: #2BADCB; }
a { background-color: rgb(43,173,203); }
div.DivClassName
{
background-color: #2BADCB;
}
.BgClassName
{
background-color: #2BADCB;
}
</style>
border-color css
<style>
span { border-color: #2BADCB; }
span { border-color: rgb(43,173,203); }
td.TdClassName
{
border-color: #2BADCB;
}
.TagClassName
{
border-color: #2BADCB;
}
</style>