Shades of Summer Sky #2BCAEA
Tints of Summer Sky #2BCAEA
RGB
CMYK
RGB Variations
Color information
#2BCAEA (or 0x2BCAEA) is known color: Summer Sky. HEX triplet: 2B, CA and EA. RGB value is (43,202,234). Sum of RGB (Red+Green+Blue) = 43+202+234=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BCAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCAEA is #D43515. Grayscale: #9D9D9D. Windows color (decimal): -13907222 or 15387179. OLE color: 15387179.
HSL color Cylindrical-coordinate representation of color #2BCAEA: hue angle of 190.05º 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 #2BCAEA is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 202 | 234 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.08 |
| HSL | 190.05º | 0.82% | 0.54% | - |
| HSV(B) | 190.05º | 0.82% | 0.92% | - |
| XYZ | 36.97 | 48.7 | 85.29 | - |
| YUV | 158.11 | 170.82 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 234 | 0.82 | 0.14 | 0 | 0.08 | 190.05 | 0.82 | 0.54 |
| Hex | 2B | CA | EA | 52 | E | 0 | 8 | BE | 52 | 36 |
| Octal | 53 | 312 | 352 | 122 | 16 | 0 | 10 | 276 | 122 | 66 |
| Binary | 101011 | 11001010 | 11101010 | 1010010 | 1110 | 0 | 1000 | 10111110 | 1010010 | 110110 |
Color Harmonies of #2BCAEA
Complementary color
Monochromatic Colors of #2BCAEA
Black with #2BCAEA
Text Example
Text Example
White with #2BCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCAEA; }
p { color: rgb(43,202,234); }
H1.HeaderClassName
{
color: #2BCAEA;
}
.AnyTagClassName
{
color: #2BCAEA;
}
</style>
background-color css
<style>
a { background-color: #2BCAEA; }
a { background-color: rgb(43,202,234); }
div.DivClassName
{
background-color: #2BCAEA;
}
.BgClassName
{
background-color: #2BCAEA;
}
</style>
border-color css
<style>
span { border-color: #2BCAEA; }
span { border-color: rgb(43,202,234); }
td.TdClassName
{
border-color: #2BCAEA;
}
.TagClassName
{
border-color: #2BCAEA;
}
</style>