Shades of Summer Sky #2BC0EE
Tints of Summer Sky #2BC0EE
RGB
CMYK
RGB Variations
Color information
#2BC0EE (or 0x2BC0EE) is known color: Summer Sky. HEX triplet: 2B, C0 and EE. RGB value is (43,192,238). Sum of RGB (Red+Green+Blue) = 43+192+238=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BC0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC0EE is #D43F11. Grayscale: #989898. Windows color (decimal): -13909778 or 15646763. OLE color: 15646763.
HSL color Cylindrical-coordinate representation of color #2BC0EE: hue angle of 194.15º degrees, saturation: 0.85, 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 #2BC0EE is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 192 | 238 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.07 |
| HSL | 194.15º | 0.85% | 0.55% | - |
| HSV(B) | 194.15º | 0.82% | 0.93% | - |
| XYZ | 35.28 | 44.39 | 87.6 | - |
| YUV | 152.69 | 176.14 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 238 | 0.82 | 0.19 | 0 | 0.07 | 194.15 | 0.85 | 0.55 |
| Hex | 2B | C0 | EE | 52 | 13 | 0 | 7 | C2 | 55 | 37 |
| Octal | 53 | 300 | 356 | 122 | 23 | 0 | 7 | 302 | 125 | 67 |
| Binary | 101011 | 11000000 | 11101110 | 1010010 | 10011 | 0 | 111 | 11000010 | 1010101 | 110111 |
Color Harmonies of #2BC0EE
Complementary color
Monochromatic Colors of #2BC0EE
Black with #2BC0EE
Text Example
Text Example
White with #2BC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC0EE; }
p { color: rgb(43,192,238); }
H1.HeaderClassName
{
color: #2BC0EE;
}
.AnyTagClassName
{
color: #2BC0EE;
}
</style>
background-color css
<style>
a { background-color: #2BC0EE; }
a { background-color: rgb(43,192,238); }
div.DivClassName
{
background-color: #2BC0EE;
}
.BgClassName
{
background-color: #2BC0EE;
}
</style>
border-color css
<style>
span { border-color: #2BC0EE; }
span { border-color: rgb(43,192,238); }
td.TdClassName
{
border-color: #2BC0EE;
}
.TagClassName
{
border-color: #2BC0EE;
}
</style>