Shades of Summer Sky #2BA6EA
Tints of Summer Sky #2BA6EA
RGB
CMYK
RGB Variations
Color information
#2BA6EA (or 0x2BA6EA) is known color: Summer Sky. HEX triplet: 2B, A6 and EA. RGB value is (43,166,234). Sum of RGB (Red+Green+Blue) = 43+166+234=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BA6EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA6EA is #D45915. Grayscale: #888888. Windows color (decimal): -13916438 or 15377963. OLE color: 15377963.
HSL color Cylindrical-coordinate representation of color #2BA6EA: hue angle of 201.36º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BA6EA is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 166 | 234 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.08 |
| HSL | 201.36º | 0.82% | 0.54% | - |
| HSV(B) | 201.36º | 0.82% | 0.92% | - |
| XYZ | 29.48 | 33.73 | 82.8 | - |
| YUV | 136.98 | 182.75 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 234 | 0.82 | 0.29 | 0 | 0.08 | 201.36 | 0.82 | 0.54 |
| Hex | 2B | A6 | EA | 52 | 1D | 0 | 8 | C9 | 52 | 36 |
| Octal | 53 | 246 | 352 | 122 | 35 | 0 | 10 | 311 | 122 | 66 |
| Binary | 101011 | 10100110 | 11101010 | 1010010 | 11101 | 0 | 1000 | 11001001 | 1010010 | 110110 |
Color Harmonies of #2BA6EA
Complementary color
Monochromatic Colors of #2BA6EA
Black with #2BA6EA
Text Example
Text Example
White with #2BA6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA6EA; }
p { color: rgb(43,166,234); }
H1.HeaderClassName
{
color: #2BA6EA;
}
.AnyTagClassName
{
color: #2BA6EA;
}
</style>
background-color css
<style>
a { background-color: #2BA6EA; }
a { background-color: rgb(43,166,234); }
div.DivClassName
{
background-color: #2BA6EA;
}
.BgClassName
{
background-color: #2BA6EA;
}
</style>
border-color css
<style>
span { border-color: #2BA6EA; }
span { border-color: rgb(43,166,234); }
td.TdClassName
{
border-color: #2BA6EA;
}
.TagClassName
{
border-color: #2BA6EA;
}
</style>