Shades of Summer Sky #2BA5CA
Tints of Summer Sky #2BA5CA
RGB
CMYK
RGB Variations
Color information
#2BA5CA (or 0x2BA5CA) is known color: Summer Sky. HEX triplet: 2B, A5 and CA. RGB value is (43,165,202). Sum of RGB (Red+Green+Blue) = 43+165+202=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #2BA5CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA5CA is #D45A35. Grayscale: #848484. Windows color (decimal): -13916726 or 13280555. OLE color: 13280555.
HSL color Cylindrical-coordinate representation of color #2BA5CA: hue angle of 193.96º 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 #2BA5CA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 165 | 202 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.21 |
| HSL | 193.96º | 0.65% | 0.48% | - |
| HSV(B) | 193.96º | 0.79% | 0.79% | - |
| XYZ | 25.11 | 31.69 | 60.67 | - |
| YUV | 132.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 202 | 0.79 | 0.18 | 0 | 0.21 | 193.96 | 0.65 | 0.48 |
| Hex | 2B | A5 | CA | 4F | 12 | 0 | 15 | C2 | 41 | 30 |
| Octal | 53 | 245 | 312 | 117 | 22 | 0 | 25 | 302 | 101 | 60 |
| Binary | 101011 | 10100101 | 11001010 | 1001111 | 10010 | 0 | 10101 | 11000010 | 1000001 | 110000 |
Color Harmonies of #2BA5CA
Complementary color
Monochromatic Colors of #2BA5CA
Black with #2BA5CA
Text Example
Text Example
White with #2BA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA5CA; }
p { color: rgb(43,165,202); }
H1.HeaderClassName
{
color: #2BA5CA;
}
.AnyTagClassName
{
color: #2BA5CA;
}
</style>
background-color css
<style>
a { background-color: #2BA5CA; }
a { background-color: rgb(43,165,202); }
div.DivClassName
{
background-color: #2BA5CA;
}
.BgClassName
{
background-color: #2BA5CA;
}
</style>
border-color css
<style>
span { border-color: #2BA5CA; }
span { border-color: rgb(43,165,202); }
td.TdClassName
{
border-color: #2BA5CA;
}
.TagClassName
{
border-color: #2BA5CA;
}
</style>