Shades of Summer Sky #2BBCFE
Tints of Summer Sky #2BBCFE
RGB
CMYK
RGB Variations
Color information
#2BBCFE (or 0x2BBCFE) is known color: Summer Sky. HEX triplet: 2B, BC and FE. RGB value is (43,188,254). Sum of RGB (Red+Green+Blue) = 43+188+254=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BBCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCFE is #D44301. Grayscale: #979797. Windows color (decimal): -13910786 or 16694315. OLE color: 16694315.
HSL color Cylindrical-coordinate representation of color #2BBCFE: hue angle of 198.77º 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 #2BBCFE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 188 | 254 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.00 |
| HSL | 198.77º | 0.99% | 0.58% | - |
| HSV(B) | 198.77º | 0.83% | 1% | - |
| XYZ | 36.87 | 43.64 | 100.25 | - |
| YUV | 152.17 | 185.46 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 254 | 0.83 | 0.26 | 0 | 0.00 | 198.77 | 0.99 | 0.58 |
| Hex | 2B | BC | FE | 53 | 1A | 0 | 0 | C7 | 63 | 3A |
| Octal | 53 | 274 | 376 | 123 | 32 | 0 | 0 | 307 | 143 | 72 |
| Binary | 101011 | 10111100 | 11111110 | 1010011 | 11010 | 0 | 0 | 11000111 | 1100011 | 111010 |
Color Harmonies of #2BBCFE
Complementary color
Monochromatic Colors of #2BBCFE
Black with #2BBCFE
Text Example
Text Example
White with #2BBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCFE; }
p { color: rgb(43,188,254); }
H1.HeaderClassName
{
color: #2BBCFE;
}
.AnyTagClassName
{
color: #2BBCFE;
}
</style>
background-color css
<style>
a { background-color: #2BBCFE; }
a { background-color: rgb(43,188,254); }
div.DivClassName
{
background-color: #2BBCFE;
}
.BgClassName
{
background-color: #2BBCFE;
}
</style>
border-color css
<style>
span { border-color: #2BBCFE; }
span { border-color: rgb(43,188,254); }
td.TdClassName
{
border-color: #2BBCFE;
}
.TagClassName
{
border-color: #2BBCFE;
}
</style>