Shades of Summer Sky #2BCCEA
Tints of Summer Sky #2BCCEA
RGB
CMYK
RGB Variations
Color information
#2BCCEA (or 0x2BCCEA) is known color: Summer Sky. HEX triplet: 2B, CC and EA. RGB value is (43,204,234). Sum of RGB (Red+Green+Blue) = 43+204+234=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BCCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCCEA is #D43315. Grayscale: #9F9F9F. Windows color (decimal): -13906710 or 15387691. OLE color: 15387691.
HSL color Cylindrical-coordinate representation of color #2BCCEA: hue angle of 189.42º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BCCEA is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 204 | 234 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.08 |
| HSL | 189.42º | 0.82% | 0.54% | - |
| HSV(B) | 189.42º | 0.82% | 0.92% | - |
| XYZ | 37.44 | 49.64 | 85.45 | - |
| YUV | 159.28 | 170.16 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 234 | 0.82 | 0.13 | 0 | 0.08 | 189.42 | 0.82 | 0.54 |
| Hex | 2B | CC | EA | 52 | D | 0 | 8 | BD | 52 | 36 |
| Octal | 53 | 314 | 352 | 122 | 15 | 0 | 10 | 275 | 122 | 66 |
| Binary | 101011 | 11001100 | 11101010 | 1010010 | 1101 | 0 | 1000 | 10111101 | 1010010 | 110110 |
Color Harmonies of #2BCCEA
Complementary color
Monochromatic Colors of #2BCCEA
Black with #2BCCEA
Text Example
Text Example
White with #2BCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCEA; }
p { color: rgb(43,204,234); }
H1.HeaderClassName
{
color: #2BCCEA;
}
.AnyTagClassName
{
color: #2BCCEA;
}
</style>
background-color css
<style>
a { background-color: #2BCCEA; }
a { background-color: rgb(43,204,234); }
div.DivClassName
{
background-color: #2BCCEA;
}
.BgClassName
{
background-color: #2BCCEA;
}
</style>
border-color css
<style>
span { border-color: #2BCCEA; }
span { border-color: rgb(43,204,234); }
td.TdClassName
{
border-color: #2BCCEA;
}
.TagClassName
{
border-color: #2BCCEA;
}
</style>