Shades of Summer Sky #2BBAED
Tints of Summer Sky #2BBAED
RGB
CMYK
RGB Variations
Color information
#2BBAED (or 0x2BBAED) is known color: Summer Sky. HEX triplet: 2B, BA and ED. RGB value is (43,186,237). Sum of RGB (Red+Green+Blue) = 43+186+237=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BBAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAED is #D44512. Grayscale: #949494. Windows color (decimal): -13911315 or 15579691. OLE color: 15579691.
HSL color Cylindrical-coordinate representation of color #2BBAED: hue angle of 195.77º 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 #2BBAED is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 186 | 237 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.07 |
| HSL | 195.77º | 0.84% | 0.55% | - |
| HSV(B) | 195.77º | 0.82% | 0.93% | - |
| XYZ | 33.84 | 41.75 | 86.39 | - |
| YUV | 149.06 | 177.62 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 237 | 0.82 | 0.22 | 0 | 0.07 | 195.77 | 0.84 | 0.55 |
| Hex | 2B | BA | ED | 52 | 16 | 0 | 7 | C4 | 54 | 37 |
| Octal | 53 | 272 | 355 | 122 | 26 | 0 | 7 | 304 | 124 | 67 |
| Binary | 101011 | 10111010 | 11101101 | 1010010 | 10110 | 0 | 111 | 11000100 | 1010100 | 110111 |
Color Harmonies of #2BBAED
Complementary color
Monochromatic Colors of #2BBAED
Black with #2BBAED
Text Example
Text Example
White with #2BBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAED; }
p { color: rgb(43,186,237); }
H1.HeaderClassName
{
color: #2BBAED;
}
.AnyTagClassName
{
color: #2BBAED;
}
</style>
background-color css
<style>
a { background-color: #2BBAED; }
a { background-color: rgb(43,186,237); }
div.DivClassName
{
background-color: #2BBAED;
}
.BgClassName
{
background-color: #2BBAED;
}
</style>
border-color css
<style>
span { border-color: #2BBAED; }
span { border-color: rgb(43,186,237); }
td.TdClassName
{
border-color: #2BBAED;
}
.TagClassName
{
border-color: #2BBAED;
}
</style>