Shades of Summer Sky #2BACFA
Tints of Summer Sky #2BACFA
RGB
CMYK
RGB Variations
Color information
#2BACFA (or 0x2BACFA) is known color: Summer Sky. HEX triplet: 2B, AC and FA. RGB value is (43,172,250). Sum of RGB (Red+Green+Blue) = 43+172+250=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BACFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BACFA is #D45305. Grayscale: #8D8D8D. Windows color (decimal): -13914886 or 16428075. OLE color: 16428075.
HSL color Cylindrical-coordinate representation of color #2BACFA: hue angle of 202.61º 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 #2BACFA is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 172 | 250 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.02 |
| HSL | 202.61º | 0.95% | 0.57% | - |
| HSV(B) | 202.61º | 0.83% | 0.98% | - |
| XYZ | 33 | 36.92 | 95.83 | - |
| YUV | 142.32 | 188.76 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 250 | 0.83 | 0.31 | 0 | 0.02 | 202.61 | 0.95 | 0.57 |
| Hex | 2B | AC | FA | 53 | 1F | 0 | 2 | CB | 5F | 39 |
| Octal | 53 | 254 | 372 | 123 | 37 | 0 | 2 | 313 | 137 | 71 |
| Binary | 101011 | 10101100 | 11111010 | 1010011 | 11111 | 0 | 10 | 11001011 | 1011111 | 111001 |
Color Harmonies of #2BACFA
Complementary color
Monochromatic Colors of #2BACFA
Black with #2BACFA
Text Example
Text Example
White with #2BACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACFA; }
p { color: rgb(43,172,250); }
H1.HeaderClassName
{
color: #2BACFA;
}
.AnyTagClassName
{
color: #2BACFA;
}
</style>
background-color css
<style>
a { background-color: #2BACFA; }
a { background-color: rgb(43,172,250); }
div.DivClassName
{
background-color: #2BACFA;
}
.BgClassName
{
background-color: #2BACFA;
}
</style>
border-color css
<style>
span { border-color: #2BACFA; }
span { border-color: rgb(43,172,250); }
td.TdClassName
{
border-color: #2BACFA;
}
.TagClassName
{
border-color: #2BACFA;
}
</style>