Shades of Summer Sky #2BCEED
Tints of Summer Sky #2BCEED
RGB
CMYK
RGB Variations
Color information
#2BCEED (or 0x2BCEED) is known color: Summer Sky. HEX triplet: 2B, CE and ED. RGB value is (43,206,237). Sum of RGB (Red+Green+Blue) = 43+206+237=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BCEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCEED is #D43112. Grayscale: #A0A0A0. Windows color (decimal): -13906195 or 15584811. OLE color: 15584811.
HSL color Cylindrical-coordinate representation of color #2BCEED: hue angle of 189.59º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BCEED is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 206 | 237 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.07 |
| HSL | 189.59º | 0.84% | 0.55% | - |
| HSV(B) | 189.59º | 0.82% | 0.93% | - |
| XYZ | 38.35 | 50.77 | 87.9 | - |
| YUV | 160.8 | 171 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 237 | 0.82 | 0.13 | 0 | 0.07 | 189.59 | 0.84 | 0.55 |
| Hex | 2B | CE | ED | 52 | D | 0 | 7 | BE | 54 | 37 |
| Octal | 53 | 316 | 355 | 122 | 15 | 0 | 7 | 276 | 124 | 67 |
| Binary | 101011 | 11001110 | 11101101 | 1010010 | 1101 | 0 | 111 | 10111110 | 1010100 | 110111 |
Color Harmonies of #2BCEED
Complementary color
Monochromatic Colors of #2BCEED
Black with #2BCEED
Text Example
Text Example
White with #2BCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEED; }
p { color: rgb(43,206,237); }
H1.HeaderClassName
{
color: #2BCEED;
}
.AnyTagClassName
{
color: #2BCEED;
}
</style>
background-color css
<style>
a { background-color: #2BCEED; }
a { background-color: rgb(43,206,237); }
div.DivClassName
{
background-color: #2BCEED;
}
.BgClassName
{
background-color: #2BCEED;
}
</style>
border-color css
<style>
span { border-color: #2BCEED; }
span { border-color: rgb(43,206,237); }
td.TdClassName
{
border-color: #2BCEED;
}
.TagClassName
{
border-color: #2BCEED;
}
</style>