Shades of Summer Sky #2BBEEC
Tints of Summer Sky #2BBEEC
RGB
CMYK
RGB Variations
Color information
#2BBEEC (or 0x2BBEEC) is known color: Summer Sky. HEX triplet: 2B, BE and EC. RGB value is (43,190,236). Sum of RGB (Red+Green+Blue) = 43+190+236=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #2BBEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBEEC is #D44113. Grayscale: #969696. Windows color (decimal): -13910292 or 15515179. OLE color: 15515179.
HSL color Cylindrical-coordinate representation of color #2BBEEC: hue angle of 194.3º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBEEC is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 190 | 236 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.07 |
| HSL | 194.3º | 0.84% | 0.55% | - |
| HSV(B) | 194.3º | 0.82% | 0.93% | - |
| XYZ | 34.55 | 43.4 | 85.91 | - |
| YUV | 151.29 | 175.8 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 236 | 0.82 | 0.19 | 0 | 0.07 | 194.3 | 0.84 | 0.55 |
| Hex | 2B | BE | EC | 52 | 13 | 0 | 7 | C2 | 54 | 37 |
| Octal | 53 | 276 | 354 | 122 | 23 | 0 | 7 | 302 | 124 | 67 |
| Binary | 101011 | 10111110 | 11101100 | 1010010 | 10011 | 0 | 111 | 11000010 | 1010100 | 110111 |
Color Harmonies of #2BBEEC
Complementary color
Monochromatic Colors of #2BBEEC
Black with #2BBEEC
Text Example
Text Example
White with #2BBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEEC; }
p { color: rgb(43,190,236); }
H1.HeaderClassName
{
color: #2BBEEC;
}
.AnyTagClassName
{
color: #2BBEEC;
}
</style>
background-color css
<style>
a { background-color: #2BBEEC; }
a { background-color: rgb(43,190,236); }
div.DivClassName
{
background-color: #2BBEEC;
}
.BgClassName
{
background-color: #2BBEEC;
}
</style>
border-color css
<style>
span { border-color: #2BBEEC; }
span { border-color: rgb(43,190,236); }
td.TdClassName
{
border-color: #2BBEEC;
}
.TagClassName
{
border-color: #2BBEEC;
}
</style>