Shades of Summer Sky #2BBCEB
Tints of Summer Sky #2BBCEB
RGB
CMYK
RGB Variations
Color information
#2BBCEB (or 0x2BBCEB) is known color: Summer Sky. HEX triplet: 2B, BC and EB. RGB value is (43,188,235). Sum of RGB (Red+Green+Blue) = 43+188+235=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BBCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCEB is #D44314. Grayscale: #959595. Windows color (decimal): -13910805 or 15449131. OLE color: 15449131.
HSL color Cylindrical-coordinate representation of color #2BBCEB: hue angle of 194.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBCEB is Cyan = 0.82, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 188 | 235 | - |
| CMYK | 0.82 | 0.2 | 0 | 0.08 |
| HSL | 194.69º | 0.83% | 0.55% | - |
| HSV(B) | 194.69º | 0.82% | 0.92% | - |
| XYZ | 33.97 | 42.48 | 85.01 | - |
| YUV | 150 | 175.96 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 235 | 0.82 | 0.2 | 0 | 0.08 | 194.69 | 0.83 | 0.55 |
| Hex | 2B | BC | EB | 52 | 14 | 0 | 8 | C3 | 53 | 37 |
| Octal | 53 | 274 | 353 | 122 | 24 | 0 | 10 | 303 | 123 | 67 |
| Binary | 101011 | 10111100 | 11101011 | 1010010 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2BBCEB
Complementary color
Monochromatic Colors of #2BBCEB
Black with #2BBCEB
Text Example
Text Example
White with #2BBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCEB; }
p { color: rgb(43,188,235); }
H1.HeaderClassName
{
color: #2BBCEB;
}
.AnyTagClassName
{
color: #2BBCEB;
}
</style>
background-color css
<style>
a { background-color: #2BBCEB; }
a { background-color: rgb(43,188,235); }
div.DivClassName
{
background-color: #2BBCEB;
}
.BgClassName
{
background-color: #2BBCEB;
}
</style>
border-color css
<style>
span { border-color: #2BBCEB; }
span { border-color: rgb(43,188,235); }
td.TdClassName
{
border-color: #2BBCEB;
}
.TagClassName
{
border-color: #2BBCEB;
}
</style>