Shades of Summer Sky #2BA8CC
Tints of Summer Sky #2BA8CC
RGB
CMYK
RGB Variations
Color information
#2BA8CC (or 0x2BA8CC) is known color: Summer Sky. HEX triplet: 2B, A8 and CC. RGB value is (43,168,204). Sum of RGB (Red+Green+Blue) = 43+168+204=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BA8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8CC is #D45733. Grayscale: #868686. Windows color (decimal): -13915956 or 13412395. OLE color: 13412395.
HSL color Cylindrical-coordinate representation of color #2BA8CC: hue angle of 193.42º 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 #2BA8CC is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 168 | 204 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.2 |
| HSL | 193.42º | 0.65% | 0.48% | - |
| HSV(B) | 193.42º | 0.79% | 0.8% | - |
| XYZ | 25.9 | 32.88 | 62.11 | - |
| YUV | 134.73 | 167.09 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 204 | 0.79 | 0.18 | 0 | 0.2 | 193.42 | 0.65 | 0.48 |
| Hex | 2B | A8 | CC | 4F | 12 | 0 | 14 | C1 | 41 | 30 |
| Octal | 53 | 250 | 314 | 117 | 22 | 0 | 24 | 301 | 101 | 60 |
| Binary | 101011 | 10101000 | 11001100 | 1001111 | 10010 | 0 | 10100 | 11000001 | 1000001 | 110000 |
Color Harmonies of #2BA8CC
Complementary color
Monochromatic Colors of #2BA8CC
Black with #2BA8CC
Text Example
Text Example
White with #2BA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8CC; }
p { color: rgb(43,168,204); }
H1.HeaderClassName
{
color: #2BA8CC;
}
.AnyTagClassName
{
color: #2BA8CC;
}
</style>
background-color css
<style>
a { background-color: #2BA8CC; }
a { background-color: rgb(43,168,204); }
div.DivClassName
{
background-color: #2BA8CC;
}
.BgClassName
{
background-color: #2BA8CC;
}
</style>
border-color css
<style>
span { border-color: #2BA8CC; }
span { border-color: rgb(43,168,204); }
td.TdClassName
{
border-color: #2BA8CC;
}
.TagClassName
{
border-color: #2BA8CC;
}
</style>