Shades of Summer Sky #2BA4CE
Tints of Summer Sky #2BA4CE
RGB
CMYK
RGB Variations
Color information
#2BA4CE (or 0x2BA4CE) is known color: Summer Sky. HEX triplet: 2B, A4 and CE. RGB value is (43,164,206). Sum of RGB (Red+Green+Blue) = 43+164+206=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BA4CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA4CE is #D45B31. Grayscale: #848484. Windows color (decimal): -13916978 or 13542443. OLE color: 13542443.
HSL color Cylindrical-coordinate representation of color #2BA4CE: hue angle of 195.46º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BA4CE is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 164 | 206 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.19 |
| HSL | 195.46º | 0.65% | 0.49% | - |
| HSV(B) | 195.46º | 0.79% | 0.81% | - |
| XYZ | 25.41 | 31.52 | 63.14 | - |
| YUV | 132.61 | 169.41 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 206 | 0.79 | 0.20 | 0 | 0.19 | 195.46 | 0.65 | 0.49 |
| Hex | 2B | A4 | CE | 4F | 14 | 0 | 13 | C3 | 41 | 31 |
| Octal | 53 | 244 | 316 | 117 | 24 | 0 | 23 | 303 | 101 | 61 |
| Binary | 101011 | 10100100 | 11001110 | 1001111 | 10100 | 0 | 10011 | 11000011 | 1000001 | 110001 |
Color Harmonies of #2BA4CE
Complementary color
Monochromatic Colors of #2BA4CE
Black with #2BA4CE
Text Example
Text Example
White with #2BA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA4CE; }
p { color: rgb(43,164,206); }
H1.HeaderClassName
{
color: #2BA4CE;
}
.AnyTagClassName
{
color: #2BA4CE;
}
</style>
background-color css
<style>
a { background-color: #2BA4CE; }
a { background-color: rgb(43,164,206); }
div.DivClassName
{
background-color: #2BA4CE;
}
.BgClassName
{
background-color: #2BA4CE;
}
</style>
border-color css
<style>
span { border-color: #2BA4CE; }
span { border-color: rgb(43,164,206); }
td.TdClassName
{
border-color: #2BA4CE;
}
.TagClassName
{
border-color: #2BA4CE;
}
</style>