Shades of Summer Sky #2BB4EC
Tints of Summer Sky #2BB4EC
RGB
CMYK
RGB Variations
Color information
#2BB4EC (or 0x2BB4EC) is known color: Summer Sky. HEX triplet: 2B, B4 and EC. RGB value is (43,180,236). Sum of RGB (Red+Green+Blue) = 43+180+236=459 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.37% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #2BB4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BB4EC is #D44B13. Grayscale: #919191. Windows color (decimal): -13912852 or 15512619. OLE color: 15512619.
HSL color Cylindrical-coordinate representation of color #2BB4EC: hue angle of 197.41º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BB4EC is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 180 | 236 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.07 |
| HSL | 197.41º | 0.84% | 0.55% | - |
| HSV(B) | 197.41º | 0.82% | 0.93% | - |
| XYZ | 32.46 | 39.21 | 85.21 | - |
| YUV | 145.42 | 179.11 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 236 | 0.82 | 0.24 | 0 | 0.07 | 197.41 | 0.84 | 0.55 |
| Hex | 2B | B4 | EC | 52 | 18 | 0 | 7 | C5 | 54 | 37 |
| Octal | 53 | 264 | 354 | 122 | 30 | 0 | 7 | 305 | 124 | 67 |
| Binary | 101011 | 10110100 | 11101100 | 1010010 | 11000 | 0 | 111 | 11000101 | 1010100 | 110111 |
Color Harmonies of #2BB4EC
Complementary color
Monochromatic Colors of #2BB4EC
Black with #2BB4EC
Text Example
Text Example
White with #2BB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB4EC; }
p { color: rgb(43,180,236); }
H1.HeaderClassName
{
color: #2BB4EC;
}
.AnyTagClassName
{
color: #2BB4EC;
}
</style>
background-color css
<style>
a { background-color: #2BB4EC; }
a { background-color: rgb(43,180,236); }
div.DivClassName
{
background-color: #2BB4EC;
}
.BgClassName
{
background-color: #2BB4EC;
}
</style>
border-color css
<style>
span { border-color: #2BB4EC; }
span { border-color: rgb(43,180,236); }
td.TdClassName
{
border-color: #2BB4EC;
}
.TagClassName
{
border-color: #2BB4EC;
}
</style>