Shades of Summer Sky #2BADCC
Tints of Summer Sky #2BADCC
RGB
CMYK
RGB Variations
Color information
#2BADCC (or 0x2BADCC) is known color: Summer Sky. HEX triplet: 2B, AD and CC. RGB value is (43,173,204). Sum of RGB (Red+Green+Blue) = 43+173+204=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADCC is #D45233. Grayscale: #898989. Windows color (decimal): -13914676 or 13413675. OLE color: 13413675.
HSL color Cylindrical-coordinate representation of color #2BADCC: hue angle of 191.55º 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 #2BADCC is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 173 | 204 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.2 |
| HSL | 191.55º | 0.65% | 0.48% | - |
| HSV(B) | 191.55º | 0.79% | 0.8% | - |
| XYZ | 26.84 | 34.76 | 62.42 | - |
| YUV | 137.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 204 | 0.79 | 0.15 | 0 | 0.2 | 191.55 | 0.65 | 0.48 |
| Hex | 2B | AD | CC | 4F | F | 0 | 14 | C0 | 41 | 30 |
| Octal | 53 | 255 | 314 | 117 | 17 | 0 | 24 | 300 | 101 | 60 |
| Binary | 101011 | 10101101 | 11001100 | 1001111 | 1111 | 0 | 10100 | 11000000 | 1000001 | 110000 |
Color Harmonies of #2BADCC
Complementary color
Monochromatic Colors of #2BADCC
Black with #2BADCC
Text Example
Text Example
White with #2BADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADCC; }
p { color: rgb(43,173,204); }
H1.HeaderClassName
{
color: #2BADCC;
}
.AnyTagClassName
{
color: #2BADCC;
}
</style>
background-color css
<style>
a { background-color: #2BADCC; }
a { background-color: rgb(43,173,204); }
div.DivClassName
{
background-color: #2BADCC;
}
.BgClassName
{
background-color: #2BADCC;
}
</style>
border-color css
<style>
span { border-color: #2BADCC; }
span { border-color: rgb(43,173,204); }
td.TdClassName
{
border-color: #2BADCC;
}
.TagClassName
{
border-color: #2BADCC;
}
</style>