Shades of Summer Sky #2BBAFA
Tints of Summer Sky #2BBAFA
RGB
CMYK
RGB Variations
Color information
#2BBAFA (or 0x2BBAFA) is known color: Summer Sky. HEX triplet: 2B, BA and FA. RGB value is (43,186,250). Sum of RGB (Red+Green+Blue) = 43+186+250=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAFA is #D44505. Grayscale: #969696. Windows color (decimal): -13911302 or 16431659. OLE color: 16431659.
HSL color Cylindrical-coordinate representation of color #2BBAFA: hue angle of 198.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBAFA is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 186 | 250 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.02 |
| HSL | 198.55º | 0.95% | 0.57% | - |
| HSV(B) | 198.55º | 0.83% | 0.98% | - |
| XYZ | 35.81 | 42.53 | 96.76 | - |
| YUV | 150.54 | 184.12 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 250 | 0.83 | 0.26 | 0 | 0.02 | 198.55 | 0.95 | 0.57 |
| Hex | 2B | BA | FA | 53 | 1A | 0 | 2 | C7 | 5F | 39 |
| Octal | 53 | 272 | 372 | 123 | 32 | 0 | 2 | 307 | 137 | 71 |
| Binary | 101011 | 10111010 | 11111010 | 1010011 | 11010 | 0 | 10 | 11000111 | 1011111 | 111001 |
Color Harmonies of #2BBAFA
Complementary color
Monochromatic Colors of #2BBAFA
Black with #2BBAFA
Text Example
Text Example
White with #2BBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAFA; }
p { color: rgb(43,186,250); }
H1.HeaderClassName
{
color: #2BBAFA;
}
.AnyTagClassName
{
color: #2BBAFA;
}
</style>
background-color css
<style>
a { background-color: #2BBAFA; }
a { background-color: rgb(43,186,250); }
div.DivClassName
{
background-color: #2BBAFA;
}
.BgClassName
{
background-color: #2BBAFA;
}
</style>
border-color css
<style>
span { border-color: #2BBAFA; }
span { border-color: rgb(43,186,250); }
td.TdClassName
{
border-color: #2BBAFA;
}
.TagClassName
{
border-color: #2BBAFA;
}
</style>