Shades of Summer Sky #2BCEEB
Tints of Summer Sky #2BCEEB
RGB
CMYK
RGB Variations
Color information
#2BCEEB (or 0x2BCEEB) is known color: Summer Sky. HEX triplet: 2B, CE and EB. RGB value is (43,206,235). Sum of RGB (Red+Green+Blue) = 43+206+235=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BCEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCEEB is #D43114. Grayscale: #A0A0A0. Windows color (decimal): -13906197 or 15453739. OLE color: 15453739.
HSL color Cylindrical-coordinate representation of color #2BCEEB: hue angle of 189.06º 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 #2BCEEB is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 206 | 235 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.08 |
| HSL | 189.06º | 0.83% | 0.55% | - |
| HSV(B) | 189.06º | 0.82% | 0.92% | - |
| XYZ | 38.06 | 50.65 | 86.37 | - |
| YUV | 160.57 | 170 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 235 | 0.82 | 0.12 | 0 | 0.08 | 189.06 | 0.83 | 0.55 |
| Hex | 2B | CE | EB | 52 | C | 0 | 8 | BD | 53 | 37 |
| Octal | 53 | 316 | 353 | 122 | 14 | 0 | 10 | 275 | 123 | 67 |
| Binary | 101011 | 11001110 | 11101011 | 1010010 | 1100 | 0 | 1000 | 10111101 | 1010011 | 110111 |
Color Harmonies of #2BCEEB
Complementary color
Monochromatic Colors of #2BCEEB
Black with #2BCEEB
Text Example
Text Example
White with #2BCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEEB; }
p { color: rgb(43,206,235); }
H1.HeaderClassName
{
color: #2BCEEB;
}
.AnyTagClassName
{
color: #2BCEEB;
}
</style>
background-color css
<style>
a { background-color: #2BCEEB; }
a { background-color: rgb(43,206,235); }
div.DivClassName
{
background-color: #2BCEEB;
}
.BgClassName
{
background-color: #2BCEEB;
}
</style>
border-color css
<style>
span { border-color: #2BCEEB; }
span { border-color: rgb(43,206,235); }
td.TdClassName
{
border-color: #2BCEEB;
}
.TagClassName
{
border-color: #2BCEEB;
}
</style>