Shades of Summer Sky #2BCCE9
Tints of Summer Sky #2BCCE9
RGB
CMYK
RGB Variations
Color information
#2BCCE9 (or 0x2BCCE9) is known color: Summer Sky. HEX triplet: 2B, CC and E9. RGB value is (43,204,233). Sum of RGB (Red+Green+Blue) = 43+204+233=480 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.96% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #2BCCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCCE9 is #D43316. Grayscale: #9E9E9E. Windows color (decimal): -13906711 or 15322155. OLE color: 15322155.
HSL color Cylindrical-coordinate representation of color #2BCCE9: hue angle of 189.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BCCE9 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 204 | 233 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.09 |
| HSL | 189.16º | 0.81% | 0.54% | - |
| HSV(B) | 189.16º | 0.82% | 0.91% | - |
| XYZ | 37.3 | 49.58 | 84.7 | - |
| YUV | 159.17 | 169.66 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 233 | 0.82 | 0.12 | 0 | 0.09 | 189.16 | 0.81 | 0.54 |
| Hex | 2B | CC | E9 | 52 | C | 0 | 9 | BD | 51 | 36 |
| Octal | 53 | 314 | 351 | 122 | 14 | 0 | 11 | 275 | 121 | 66 |
| Binary | 101011 | 11001100 | 11101001 | 1010010 | 1100 | 0 | 1001 | 10111101 | 1010001 | 110110 |
Color Harmonies of #2BCCE9
Complementary color
Monochromatic Colors of #2BCCE9
Black with #2BCCE9
Text Example
Text Example
White with #2BCCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCE9; }
p { color: rgb(43,204,233); }
H1.HeaderClassName
{
color: #2BCCE9;
}
.AnyTagClassName
{
color: #2BCCE9;
}
</style>
background-color css
<style>
a { background-color: #2BCCE9; }
a { background-color: rgb(43,204,233); }
div.DivClassName
{
background-color: #2BCCE9;
}
.BgClassName
{
background-color: #2BCCE9;
}
</style>
border-color css
<style>
span { border-color: #2BCCE9; }
span { border-color: rgb(43,204,233); }
td.TdClassName
{
border-color: #2BCCE9;
}
.TagClassName
{
border-color: #2BCCE9;
}
</style>