Shades of Summer Sky #2BBAFF
Tints of Summer Sky #2BBAFF
RGB
CMYK
RGB Variations
Color information
#2BBAFF (or 0x2BBAFF) is known color: Summer Sky. HEX triplet: 2B, BA and FF. RGB value is (43,186,255). Sum of RGB (Red+Green+Blue) = 43+186+255=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAFF is #D44500. Grayscale: #969696. Windows color (decimal): -13911297 or 16759339. OLE color: 16759339.
HSL color Cylindrical-coordinate representation of color #2BBAFF: hue angle of 199.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBAFF is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 186 | 255 | - |
| CMYK | 0.83 | 0.27 | 0 | 0 |
| HSL | 199.53º | 1% | 0.58% | - |
| HSV(B) | 199.53º | 0.83% | 1% | - |
| XYZ | 36.61 | 42.85 | 100.95 | - |
| YUV | 151.11 | 186.62 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 255 | 0.83 | 0.27 | 0 | 0 | 199.53 | 1 | 0.58 |
| Hex | 2B | BA | FF | 53 | 1B | 0 | 0 | C8 | 64 | 3A |
| Octal | 53 | 272 | 377 | 123 | 33 | 0 | 0 | 310 | 144 | 72 |
| Binary | 101011 | 10111010 | 11111111 | 1010011 | 11011 | 0 | 0 | 11001000 | 1100100 | 111010 |
Color Harmonies of #2BBAFF
Complementary color
Monochromatic Colors of #2BBAFF
Black with #2BBAFF
Text Example
Text Example
White with #2BBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAFF; }
p { color: rgb(43,186,255); }
H1.HeaderClassName
{
color: #2BBAFF;
}
.AnyTagClassName
{
color: #2BBAFF;
}
</style>
background-color css
<style>
a { background-color: #2BBAFF; }
a { background-color: rgb(43,186,255); }
div.DivClassName
{
background-color: #2BBAFF;
}
.BgClassName
{
background-color: #2BBAFF;
}
</style>
border-color css
<style>
span { border-color: #2BBAFF; }
span { border-color: rgb(43,186,255); }
td.TdClassName
{
border-color: #2BBAFF;
}
.TagClassName
{
border-color: #2BBAFF;
}
</style>