Shades of Summer Sky #2BA4EB
Tints of Summer Sky #2BA4EB
RGB
CMYK
RGB Variations
Color information
#2BA4EB (or 0x2BA4EB) is known color: Summer Sky. HEX triplet: 2B, A4 and EB. RGB value is (43,164,235). Sum of RGB (Red+Green+Blue) = 43+164+235=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BA4EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA4EB is #D45B14. Grayscale: #878787. Windows color (decimal): -13916949 or 15442987. OLE color: 15442987.
HSL color Cylindrical-coordinate representation of color #2BA4EB: hue angle of 202.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BA4EB is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 164 | 235 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.08 |
| HSL | 202.19º | 0.83% | 0.55% | - |
| HSV(B) | 202.19º | 0.82% | 0.92% | - |
| XYZ | 29.27 | 33.06 | 83.44 | - |
| YUV | 135.92 | 183.91 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 235 | 0.82 | 0.30 | 0 | 0.08 | 202.19 | 0.83 | 0.55 |
| Hex | 2B | A4 | EB | 52 | 1E | 0 | 8 | CA | 53 | 37 |
| Octal | 53 | 244 | 353 | 122 | 36 | 0 | 10 | 312 | 123 | 67 |
| Binary | 101011 | 10100100 | 11101011 | 1010010 | 11110 | 0 | 1000 | 11001010 | 1010011 | 110111 |
Color Harmonies of #2BA4EB
Complementary color
Monochromatic Colors of #2BA4EB
Black with #2BA4EB
Text Example
Text Example
White with #2BA4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA4EB; }
p { color: rgb(43,164,235); }
H1.HeaderClassName
{
color: #2BA4EB;
}
.AnyTagClassName
{
color: #2BA4EB;
}
</style>
background-color css
<style>
a { background-color: #2BA4EB; }
a { background-color: rgb(43,164,235); }
div.DivClassName
{
background-color: #2BA4EB;
}
.BgClassName
{
background-color: #2BA4EB;
}
</style>
border-color css
<style>
span { border-color: #2BA4EB; }
span { border-color: rgb(43,164,235); }
td.TdClassName
{
border-color: #2BA4EB;
}
.TagClassName
{
border-color: #2BA4EB;
}
</style>