Shades of Summer Sky #2BA1CE
Tints of Summer Sky #2BA1CE
RGB
CMYK
RGB Variations
Color information
#2BA1CE (or 0x2BA1CE) is known color: Summer Sky. HEX triplet: 2B, A1 and CE. RGB value is (43,161,206). Sum of RGB (Red+Green+Blue) = 43+161+206=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BA1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA1CE is #D45E31. Grayscale: #828282. Windows color (decimal): -13917746 or 13541675. OLE color: 13541675.
HSL color Cylindrical-coordinate representation of color #2BA1CE: hue angle of 196.56º 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 #2BA1CE is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 161 | 206 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.19 |
| HSL | 196.56º | 0.65% | 0.49% | - |
| HSV(B) | 196.56º | 0.79% | 0.81% | - |
| XYZ | 24.88 | 30.46 | 62.96 | - |
| YUV | 130.85 | 170.41 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 206 | 0.79 | 0.22 | 0 | 0.19 | 196.56 | 0.65 | 0.49 |
| Hex | 2B | A1 | CE | 4F | 16 | 0 | 13 | C5 | 41 | 31 |
| Octal | 53 | 241 | 316 | 117 | 26 | 0 | 23 | 305 | 101 | 61 |
| Binary | 101011 | 10100001 | 11001110 | 1001111 | 10110 | 0 | 10011 | 11000101 | 1000001 | 110001 |
Color Harmonies of #2BA1CE
Complementary color
Monochromatic Colors of #2BA1CE
Black with #2BA1CE
Text Example
Text Example
White with #2BA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA1CE; }
p { color: rgb(43,161,206); }
H1.HeaderClassName
{
color: #2BA1CE;
}
.AnyTagClassName
{
color: #2BA1CE;
}
</style>
background-color css
<style>
a { background-color: #2BA1CE; }
a { background-color: rgb(43,161,206); }
div.DivClassName
{
background-color: #2BA1CE;
}
.BgClassName
{
background-color: #2BA1CE;
}
</style>
border-color css
<style>
span { border-color: #2BA1CE; }
span { border-color: rgb(43,161,206); }
td.TdClassName
{
border-color: #2BA1CE;
}
.TagClassName
{
border-color: #2BA1CE;
}
</style>