Shades of Summer Sky #2BA8CA
Tints of Summer Sky #2BA8CA
RGB
CMYK
RGB Variations
Color information
#2BA8CA (or 0x2BA8CA) is known color: Summer Sky. HEX triplet: 2B, A8 and CA. RGB value is (43,168,202). Sum of RGB (Red+Green+Blue) = 43+168+202=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #2BA8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8CA is #D45735. Grayscale: #868686. Windows color (decimal): -13915958 or 13281323. OLE color: 13281323.
HSL color Cylindrical-coordinate representation of color #2BA8CA: hue angle of 192.83º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BA8CA is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 168 | 202 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.21 |
| HSL | 192.83º | 0.65% | 0.48% | - |
| HSV(B) | 192.83º | 0.79% | 0.79% | - |
| XYZ | 25.66 | 32.78 | 60.85 | - |
| YUV | 134.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 202 | 0.79 | 0.17 | 0 | 0.21 | 192.83 | 0.65 | 0.48 |
| Hex | 2B | A8 | CA | 4F | 11 | 0 | 15 | C1 | 41 | 30 |
| Octal | 53 | 250 | 312 | 117 | 21 | 0 | 25 | 301 | 101 | 60 |
| Binary | 101011 | 10101000 | 11001010 | 1001111 | 10001 | 0 | 10101 | 11000001 | 1000001 | 110000 |
Color Harmonies of #2BA8CA
Complementary color
Monochromatic Colors of #2BA8CA
Black with #2BA8CA
Text Example
Text Example
White with #2BA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8CA; }
p { color: rgb(43,168,202); }
H1.HeaderClassName
{
color: #2BA8CA;
}
.AnyTagClassName
{
color: #2BA8CA;
}
</style>
background-color css
<style>
a { background-color: #2BA8CA; }
a { background-color: rgb(43,168,202); }
div.DivClassName
{
background-color: #2BA8CA;
}
.BgClassName
{
background-color: #2BA8CA;
}
</style>
border-color css
<style>
span { border-color: #2BA8CA; }
span { border-color: rgb(43,168,202); }
td.TdClassName
{
border-color: #2BA8CA;
}
.TagClassName
{
border-color: #2BA8CA;
}
</style>