Shades of Summer Sky #2BBBFF
Tints of Summer Sky #2BBBFF
RGB
CMYK
RGB Variations
Color information
#2BBBFF (or 0x2BBBFF) is known color: Summer Sky. HEX triplet: 2B, BB and FF. RGB value is (43,187,255). Sum of RGB (Red+Green+Blue) = 43+187+255=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBBFF is #D44400. Grayscale: #979797. Windows color (decimal): -13911041 or 16759595. OLE color: 16759595.
HSL color Cylindrical-coordinate representation of color #2BBBFF: hue angle of 199.25º 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 #2BBBFF is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 187 | 255 | - |
| CMYK | 0.83 | 0.27 | 0 | 0 |
| HSL | 199.25º | 1% | 0.58% | - |
| HSV(B) | 199.25º | 0.83% | 1% | - |
| XYZ | 36.82 | 43.27 | 101.02 | - |
| YUV | 151.7 | 186.29 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 255 | 0.83 | 0.27 | 0 | 0 | 199.25 | 1 | 0.58 |
| Hex | 2B | BB | FF | 53 | 1B | 0 | 0 | C7 | 64 | 3A |
| Octal | 53 | 273 | 377 | 123 | 33 | 0 | 0 | 307 | 144 | 72 |
| Binary | 101011 | 10111011 | 11111111 | 1010011 | 11011 | 0 | 0 | 11000111 | 1100100 | 111010 |
Color Harmonies of #2BBBFF
Complementary color
Monochromatic Colors of #2BBBFF
Black with #2BBBFF
Text Example
Text Example
White with #2BBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBFF; }
p { color: rgb(43,187,255); }
H1.HeaderClassName
{
color: #2BBBFF;
}
.AnyTagClassName
{
color: #2BBBFF;
}
</style>
background-color css
<style>
a { background-color: #2BBBFF; }
a { background-color: rgb(43,187,255); }
div.DivClassName
{
background-color: #2BBBFF;
}
.BgClassName
{
background-color: #2BBBFF;
}
</style>
border-color css
<style>
span { border-color: #2BBBFF; }
span { border-color: rgb(43,187,255); }
td.TdClassName
{
border-color: #2BBBFF;
}
.TagClassName
{
border-color: #2BBBFF;
}
</style>