Shades of Summer Sky #2BBAF6
Tints of Summer Sky #2BBAF6
RGB
CMYK
RGB Variations
Color information
#2BBAF6 (or 0x2BBAF6) is known color: Summer Sky. HEX triplet: 2B, BA and F6. RGB value is (43,186,246). Sum of RGB (Red+Green+Blue) = 43+186+246=475 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.05% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BBAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAF6 is #D44509. Grayscale: #959595. Windows color (decimal): -13911306 or 16169515. OLE color: 16169515.
HSL color Cylindrical-coordinate representation of color #2BBAF6: hue angle of 197.73º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBAF6 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 186 | 246 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.04 |
| HSL | 197.73º | 0.92% | 0.57% | - |
| HSV(B) | 197.73º | 0.83% | 0.96% | - |
| XYZ | 35.19 | 42.29 | 93.5 | - |
| YUV | 150.08 | 182.12 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 246 | 0.83 | 0.24 | 0 | 0.04 | 197.73 | 0.92 | 0.57 |
| Hex | 2B | BA | F6 | 53 | 18 | 0 | 4 | C6 | 5C | 39 |
| Octal | 53 | 272 | 366 | 123 | 30 | 0 | 4 | 306 | 134 | 71 |
| Binary | 101011 | 10111010 | 11110110 | 1010011 | 11000 | 0 | 100 | 11000110 | 1011100 | 111001 |
Color Harmonies of #2BBAF6
Complementary color
Monochromatic Colors of #2BBAF6
Black with #2BBAF6
Text Example
Text Example
White with #2BBAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAF6; }
p { color: rgb(43,186,246); }
H1.HeaderClassName
{
color: #2BBAF6;
}
.AnyTagClassName
{
color: #2BBAF6;
}
</style>
background-color css
<style>
a { background-color: #2BBAF6; }
a { background-color: rgb(43,186,246); }
div.DivClassName
{
background-color: #2BBAF6;
}
.BgClassName
{
background-color: #2BBAF6;
}
</style>
border-color css
<style>
span { border-color: #2BBAF6; }
span { border-color: rgb(43,186,246); }
td.TdClassName
{
border-color: #2BBAF6;
}
.TagClassName
{
border-color: #2BBAF6;
}
</style>