Shades of Summer Sky #2BA8EA
Tints of Summer Sky #2BA8EA
RGB
CMYK
RGB Variations
Color information
#2BA8EA (or 0x2BA8EA) is known color: Summer Sky. HEX triplet: 2B, A8 and EA. RGB value is (43,168,234). Sum of RGB (Red+Green+Blue) = 43+168+234=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BA8EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA8EA is #D45715. Grayscale: #898989. Windows color (decimal): -13915926 or 15378475. OLE color: 15378475.
HSL color Cylindrical-coordinate representation of color #2BA8EA: hue angle of 200.73º 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 #2BA8EA is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 168 | 234 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.08 |
| HSL | 200.73º | 0.82% | 0.54% | - |
| HSV(B) | 200.73º | 0.82% | 0.92% | - |
| XYZ | 29.85 | 34.46 | 82.92 | - |
| YUV | 138.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 234 | 0.82 | 0.28 | 0 | 0.08 | 200.73 | 0.82 | 0.54 |
| Hex | 2B | A8 | EA | 52 | 1C | 0 | 8 | C9 | 52 | 36 |
| Octal | 53 | 250 | 352 | 122 | 34 | 0 | 10 | 311 | 122 | 66 |
| Binary | 101011 | 10101000 | 11101010 | 1010010 | 11100 | 0 | 1000 | 11001001 | 1010010 | 110110 |
Color Harmonies of #2BA8EA
Complementary color
Monochromatic Colors of #2BA8EA
Black with #2BA8EA
Text Example
Text Example
White with #2BA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8EA; }
p { color: rgb(43,168,234); }
H1.HeaderClassName
{
color: #2BA8EA;
}
.AnyTagClassName
{
color: #2BA8EA;
}
</style>
background-color css
<style>
a { background-color: #2BA8EA; }
a { background-color: rgb(43,168,234); }
div.DivClassName
{
background-color: #2BA8EA;
}
.BgClassName
{
background-color: #2BA8EA;
}
</style>
border-color css
<style>
span { border-color: #2BA8EA; }
span { border-color: rgb(43,168,234); }
td.TdClassName
{
border-color: #2BA8EA;
}
.TagClassName
{
border-color: #2BA8EA;
}
</style>