Shades of Summer Sky #2BAEEB
Tints of Summer Sky #2BAEEB
RGB
CMYK
RGB Variations
Color information
#2BAEEB (or 0x2BAEEB) is known color: Summer Sky. HEX triplet: 2B, AE and EB. RGB value is (43,174,235). Sum of RGB (Red+Green+Blue) = 43+174+235=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BAEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAEEB is #D45114. Grayscale: #8D8D8D. Windows color (decimal): -13914389 or 15445547. OLE color: 15445547.
HSL color Cylindrical-coordinate representation of color #2BAEEB: hue angle of 199.06º 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 #2BAEEB is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 174 | 235 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.08 |
| HSL | 199.06º | 0.83% | 0.55% | - |
| HSV(B) | 199.06º | 0.82% | 0.92% | - |
| XYZ | 31.13 | 36.78 | 84.06 | - |
| YUV | 141.79 | 180.6 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 235 | 0.82 | 0.26 | 0 | 0.08 | 199.06 | 0.83 | 0.55 |
| Hex | 2B | AE | EB | 52 | 1A | 0 | 8 | C7 | 53 | 37 |
| Octal | 53 | 256 | 353 | 122 | 32 | 0 | 10 | 307 | 123 | 67 |
| Binary | 101011 | 10101110 | 11101011 | 1010010 | 11010 | 0 | 1000 | 11000111 | 1010011 | 110111 |
Color Harmonies of #2BAEEB
Complementary color
Monochromatic Colors of #2BAEEB
Black with #2BAEEB
Text Example
Text Example
White with #2BAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEEB; }
p { color: rgb(43,174,235); }
H1.HeaderClassName
{
color: #2BAEEB;
}
.AnyTagClassName
{
color: #2BAEEB;
}
</style>
background-color css
<style>
a { background-color: #2BAEEB; }
a { background-color: rgb(43,174,235); }
div.DivClassName
{
background-color: #2BAEEB;
}
.BgClassName
{
background-color: #2BAEEB;
}
</style>
border-color css
<style>
span { border-color: #2BAEEB; }
span { border-color: rgb(43,174,235); }
td.TdClassName
{
border-color: #2BAEEB;
}
.TagClassName
{
border-color: #2BAEEB;
}
</style>