Shades of Summer Sky #2BA2CC
Tints of Summer Sky #2BA2CC
RGB
CMYK
RGB Variations
Color information
#2BA2CC (or 0x2BA2CC) is known color: Summer Sky. HEX triplet: 2B, A2 and CC. RGB value is (43,162,204). Sum of RGB (Red+Green+Blue) = 43+162+204=409 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.51% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BA2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA2CC is #D45D33. Grayscale: #828282. Windows color (decimal): -13917492 or 13410859. OLE color: 13410859.
HSL color Cylindrical-coordinate representation of color #2BA2CC: hue angle of 195.65º 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 #2BA2CC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 162 | 204 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.2 |
| HSL | 195.65º | 0.65% | 0.48% | - |
| HSV(B) | 195.65º | 0.79% | 0.8% | - |
| XYZ | 24.82 | 30.71 | 61.75 | - |
| YUV | 131.21 | 169.08 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 204 | 0.79 | 0.21 | 0 | 0.2 | 195.65 | 0.65 | 0.48 |
| Hex | 2B | A2 | CC | 4F | 15 | 0 | 14 | C4 | 41 | 30 |
| Octal | 53 | 242 | 314 | 117 | 25 | 0 | 24 | 304 | 101 | 60 |
| Binary | 101011 | 10100010 | 11001100 | 1001111 | 10101 | 0 | 10100 | 11000100 | 1000001 | 110000 |
Color Harmonies of #2BA2CC
Complementary color
Monochromatic Colors of #2BA2CC
Black with #2BA2CC
Text Example
Text Example
White with #2BA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA2CC; }
p { color: rgb(43,162,204); }
H1.HeaderClassName
{
color: #2BA2CC;
}
.AnyTagClassName
{
color: #2BA2CC;
}
</style>
background-color css
<style>
a { background-color: #2BA2CC; }
a { background-color: rgb(43,162,204); }
div.DivClassName
{
background-color: #2BA2CC;
}
.BgClassName
{
background-color: #2BA2CC;
}
</style>
border-color css
<style>
span { border-color: #2BA2CC; }
span { border-color: rgb(43,162,204); }
td.TdClassName
{
border-color: #2BA2CC;
}
.TagClassName
{
border-color: #2BA2CC;
}
</style>