Shades of Summer Sky #2BCCEB
Tints of Summer Sky #2BCCEB
RGB
CMYK
RGB Variations
Color information
#2BCCEB (or 0x2BCCEB) is known color: Summer Sky. HEX triplet: 2B, CC and EB. RGB value is (43,204,235). Sum of RGB (Red+Green+Blue) = 43+204+235=482 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.92% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BCCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCCEB is #D43314. Grayscale: #9F9F9F. Windows color (decimal): -13906709 or 15453227. OLE color: 15453227.
HSL color Cylindrical-coordinate representation of color #2BCCEB: hue angle of 189.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BCCEB is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 204 | 235 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.08 |
| HSL | 189.69º | 0.83% | 0.55% | - |
| HSV(B) | 189.69º | 0.82% | 0.92% | - |
| XYZ | 37.58 | 49.7 | 86.21 | - |
| YUV | 159.4 | 170.66 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 235 | 0.82 | 0.13 | 0 | 0.08 | 189.69 | 0.83 | 0.55 |
| Hex | 2B | CC | EB | 52 | D | 0 | 8 | BE | 53 | 37 |
| Octal | 53 | 314 | 353 | 122 | 15 | 0 | 10 | 276 | 123 | 67 |
| Binary | 101011 | 11001100 | 11101011 | 1010010 | 1101 | 0 | 1000 | 10111110 | 1010011 | 110111 |
Color Harmonies of #2BCCEB
Complementary color
Monochromatic Colors of #2BCCEB
Black with #2BCCEB
Text Example
Text Example
White with #2BCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCEB; }
p { color: rgb(43,204,235); }
H1.HeaderClassName
{
color: #2BCCEB;
}
.AnyTagClassName
{
color: #2BCCEB;
}
</style>
background-color css
<style>
a { background-color: #2BCCEB; }
a { background-color: rgb(43,204,235); }
div.DivClassName
{
background-color: #2BCCEB;
}
.BgClassName
{
background-color: #2BCCEB;
}
</style>
border-color css
<style>
span { border-color: #2BCCEB; }
span { border-color: rgb(43,204,235); }
td.TdClassName
{
border-color: #2BCCEB;
}
.TagClassName
{
border-color: #2BCCEB;
}
</style>