Shades of Summer Sky #2BBAFE
Tints of Summer Sky #2BBAFE
RGB
CMYK
RGB Variations
Color information
#2BBAFE (or 0x2BBAFE) is known color: Summer Sky. HEX triplet: 2B, BA and FE. RGB value is (43,186,254). Sum of RGB (Red+Green+Blue) = 43+186+254=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BBAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAFE is #D44501. Grayscale: #969696. Windows color (decimal): -13911298 or 16693803. OLE color: 16693803.
HSL color Cylindrical-coordinate representation of color #2BBAFE: hue angle of 199.34º 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 #2BBAFE is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 186 | 254 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.00 |
| HSL | 199.34º | 0.99% | 0.58% | - |
| HSV(B) | 199.34º | 0.83% | 1% | - |
| XYZ | 36.44 | 42.79 | 100.1 | - |
| YUV | 151 | 186.12 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 254 | 0.83 | 0.27 | 0 | 0.00 | 199.34 | 0.99 | 0.58 |
| Hex | 2B | BA | FE | 53 | 1B | 0 | 0 | C7 | 63 | 3A |
| Octal | 53 | 272 | 376 | 123 | 33 | 0 | 0 | 307 | 143 | 72 |
| Binary | 101011 | 10111010 | 11111110 | 1010011 | 11011 | 0 | 0 | 11000111 | 1100011 | 111010 |
Color Harmonies of #2BBAFE
Complementary color
Monochromatic Colors of #2BBAFE
Black with #2BBAFE
Text Example
Text Example
White with #2BBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAFE; }
p { color: rgb(43,186,254); }
H1.HeaderClassName
{
color: #2BBAFE;
}
.AnyTagClassName
{
color: #2BBAFE;
}
</style>
background-color css
<style>
a { background-color: #2BBAFE; }
a { background-color: rgb(43,186,254); }
div.DivClassName
{
background-color: #2BBAFE;
}
.BgClassName
{
background-color: #2BBAFE;
}
</style>
border-color css
<style>
span { border-color: #2BBAFE; }
span { border-color: rgb(43,186,254); }
td.TdClassName
{
border-color: #2BBAFE;
}
.TagClassName
{
border-color: #2BBAFE;
}
</style>