Shades of Summer Sky #2BBAEF
Tints of Summer Sky #2BBAEF
RGB
CMYK
RGB Variations
Color information
#2BBAEF (or 0x2BBAEF) is known color: Summer Sky. HEX triplet: 2B, BA and EF. RGB value is (43,186,239). Sum of RGB (Red+Green+Blue) = 43+186+239=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAEF is #D44510. Grayscale: #949494. Windows color (decimal): -13911313 or 15710763. OLE color: 15710763.
HSL color Cylindrical-coordinate representation of color #2BBAEF: hue angle of 196.22º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBAEF is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 186 | 239 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.06 |
| HSL | 196.22º | 0.86% | 0.55% | - |
| HSV(B) | 196.22º | 0.82% | 0.94% | - |
| XYZ | 34.14 | 41.86 | 87.94 | - |
| YUV | 149.29 | 178.62 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 239 | 0.82 | 0.22 | 0 | 0.06 | 196.22 | 0.86 | 0.55 |
| Hex | 2B | BA | EF | 52 | 16 | 0 | 6 | C4 | 56 | 37 |
| Octal | 53 | 272 | 357 | 122 | 26 | 0 | 6 | 304 | 126 | 67 |
| Binary | 101011 | 10111010 | 11101111 | 1010010 | 10110 | 0 | 110 | 11000100 | 1010110 | 110111 |
Color Harmonies of #2BBAEF
Complementary color
Monochromatic Colors of #2BBAEF
Black with #2BBAEF
Text Example
Text Example
White with #2BBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAEF; }
p { color: rgb(43,186,239); }
H1.HeaderClassName
{
color: #2BBAEF;
}
.AnyTagClassName
{
color: #2BBAEF;
}
</style>
background-color css
<style>
a { background-color: #2BBAEF; }
a { background-color: rgb(43,186,239); }
div.DivClassName
{
background-color: #2BBAEF;
}
.BgClassName
{
background-color: #2BBAEF;
}
</style>
border-color css
<style>
span { border-color: #2BBAEF; }
span { border-color: rgb(43,186,239); }
td.TdClassName
{
border-color: #2BBAEF;
}
.TagClassName
{
border-color: #2BBAEF;
}
</style>