Shades of Summer Sky #2BCBE9
Tints of Summer Sky #2BCBE9
RGB
CMYK
RGB Variations
Color information
#2BCBE9 (or 0x2BCBE9) is known color: Summer Sky. HEX triplet: 2B, CB and E9. RGB value is (43,203,233). Sum of RGB (Red+Green+Blue) = 43+203+233=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #2BCBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCBE9 is #D43416. Grayscale: #9E9E9E. Windows color (decimal): -13906967 or 15321899. OLE color: 15321899.
HSL color Cylindrical-coordinate representation of color #2BCBE9: hue angle of 189.47º 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 #2BCBE9 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 203 | 233 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.09 |
| HSL | 189.47º | 0.81% | 0.54% | - |
| HSV(B) | 189.47º | 0.82% | 0.91% | - |
| XYZ | 37.06 | 49.11 | 84.62 | - |
| YUV | 158.58 | 169.99 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 233 | 0.82 | 0.13 | 0 | 0.09 | 189.47 | 0.81 | 0.54 |
| Hex | 2B | CB | E9 | 52 | D | 0 | 9 | BD | 51 | 36 |
| Octal | 53 | 313 | 351 | 122 | 15 | 0 | 11 | 275 | 121 | 66 |
| Binary | 101011 | 11001011 | 11101001 | 1010010 | 1101 | 0 | 1001 | 10111101 | 1010001 | 110110 |
Color Harmonies of #2BCBE9
Complementary color
Monochromatic Colors of #2BCBE9
Black with #2BCBE9
Text Example
Text Example
White with #2BCBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBE9; }
p { color: rgb(43,203,233); }
H1.HeaderClassName
{
color: #2BCBE9;
}
.AnyTagClassName
{
color: #2BCBE9;
}
</style>
background-color css
<style>
a { background-color: #2BCBE9; }
a { background-color: rgb(43,203,233); }
div.DivClassName
{
background-color: #2BCBE9;
}
.BgClassName
{
background-color: #2BCBE9;
}
</style>
border-color css
<style>
span { border-color: #2BCBE9; }
span { border-color: rgb(43,203,233); }
td.TdClassName
{
border-color: #2BCBE9;
}
.TagClassName
{
border-color: #2BCBE9;
}
</style>