Shades of Summer Sky #2BBBFE
Tints of Summer Sky #2BBBFE
RGB
CMYK
RGB Variations
Color information
#2BBBFE (or 0x2BBBFE) is known color: Summer Sky. HEX triplet: 2B, BB and FE. RGB value is (43,187,254). Sum of RGB (Red+Green+Blue) = 43+187+254=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BBBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBBFE is #D44401. Grayscale: #979797. Windows color (decimal): -13911042 or 16694059. OLE color: 16694059.
HSL color Cylindrical-coordinate representation of color #2BBBFE: hue angle of 199.05º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBBFE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 187 | 254 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.00 |
| HSL | 199.05º | 0.99% | 0.58% | - |
| HSV(B) | 199.05º | 0.83% | 1% | - |
| XYZ | 36.66 | 43.21 | 100.17 | - |
| YUV | 151.58 | 185.79 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 254 | 0.83 | 0.26 | 0 | 0.00 | 199.05 | 0.99 | 0.58 |
| Hex | 2B | BB | FE | 53 | 1A | 0 | 0 | C7 | 63 | 3A |
| Octal | 53 | 273 | 376 | 123 | 32 | 0 | 0 | 307 | 143 | 72 |
| Binary | 101011 | 10111011 | 11111110 | 1010011 | 11010 | 0 | 0 | 11000111 | 1100011 | 111010 |
Color Harmonies of #2BBBFE
Complementary color
Monochromatic Colors of #2BBBFE
Black with #2BBBFE
Text Example
Text Example
White with #2BBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBFE; }
p { color: rgb(43,187,254); }
H1.HeaderClassName
{
color: #2BBBFE;
}
.AnyTagClassName
{
color: #2BBBFE;
}
</style>
background-color css
<style>
a { background-color: #2BBBFE; }
a { background-color: rgb(43,187,254); }
div.DivClassName
{
background-color: #2BBBFE;
}
.BgClassName
{
background-color: #2BBBFE;
}
</style>
border-color css
<style>
span { border-color: #2BBBFE; }
span { border-color: rgb(43,187,254); }
td.TdClassName
{
border-color: #2BBBFE;
}
.TagClassName
{
border-color: #2BBBFE;
}
</style>