Shades of Summer Sky #2BBCFF
Tints of Summer Sky #2BBCFF
RGB
CMYK
RGB Variations
Color information
#2BBCFF (or 0x2BBCFF) is known color: Summer Sky. HEX triplet: 2B, BC and FF. RGB value is (43,188,255). Sum of RGB (Red+Green+Blue) = 43+188+255=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCFF is #D44300. Grayscale: #979797. Windows color (decimal): -13910785 or 16759851. OLE color: 16759851.
HSL color Cylindrical-coordinate representation of color #2BBCFF: hue angle of 198.96º 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 #2BBCFF is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 188 | 255 | - |
| CMYK | 0.83 | 0.26 | 0 | 0 |
| HSL | 198.96º | 1% | 0.58% | - |
| HSV(B) | 198.96º | 0.83% | 1% | - |
| XYZ | 37.03 | 43.7 | 101.09 | - |
| YUV | 152.28 | 185.96 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 255 | 0.83 | 0.26 | 0 | 0 | 198.96 | 1 | 0.58 |
| Hex | 2B | BC | FF | 53 | 1A | 0 | 0 | C7 | 64 | 3A |
| Octal | 53 | 274 | 377 | 123 | 32 | 0 | 0 | 307 | 144 | 72 |
| Binary | 101011 | 10111100 | 11111111 | 1010011 | 11010 | 0 | 0 | 11000111 | 1100100 | 111010 |
Color Harmonies of #2BBCFF
Complementary color
Monochromatic Colors of #2BBCFF
Black with #2BBCFF
Text Example
Text Example
White with #2BBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCFF; }
p { color: rgb(43,188,255); }
H1.HeaderClassName
{
color: #2BBCFF;
}
.AnyTagClassName
{
color: #2BBCFF;
}
</style>
background-color css
<style>
a { background-color: #2BBCFF; }
a { background-color: rgb(43,188,255); }
div.DivClassName
{
background-color: #2BBCFF;
}
.BgClassName
{
background-color: #2BBCFF;
}
</style>
border-color css
<style>
span { border-color: #2BBCFF; }
span { border-color: rgb(43,188,255); }
td.TdClassName
{
border-color: #2BBCFF;
}
.TagClassName
{
border-color: #2BBCFF;
}
</style>