Shades of Summer Sky #2BBCED
Tints of Summer Sky #2BBCED
RGB
CMYK
RGB Variations
Color information
#2BBCED (or 0x2BBCED) is known color: Summer Sky. HEX triplet: 2B, BC and ED. RGB value is (43,188,237). Sum of RGB (Red+Green+Blue) = 43+188+237=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BBCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCED is #D44312. Grayscale: #959595. Windows color (decimal): -13910803 or 15580203. OLE color: 15580203.
HSL color Cylindrical-coordinate representation of color #2BBCED: hue angle of 195.15º 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 #2BBCED is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 188 | 237 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.07 |
| HSL | 195.15º | 0.84% | 0.55% | - |
| HSV(B) | 195.15º | 0.82% | 0.93% | - |
| XYZ | 34.27 | 42.59 | 86.54 | - |
| YUV | 150.23 | 176.96 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 237 | 0.82 | 0.21 | 0 | 0.07 | 195.15 | 0.84 | 0.55 |
| Hex | 2B | BC | ED | 52 | 15 | 0 | 7 | C3 | 54 | 37 |
| Octal | 53 | 274 | 355 | 122 | 25 | 0 | 7 | 303 | 124 | 67 |
| Binary | 101011 | 10111100 | 11101101 | 1010010 | 10101 | 0 | 111 | 11000011 | 1010100 | 110111 |
Color Harmonies of #2BBCED
Complementary color
Monochromatic Colors of #2BBCED
Black with #2BBCED
Text Example
Text Example
White with #2BBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCED; }
p { color: rgb(43,188,237); }
H1.HeaderClassName
{
color: #2BBCED;
}
.AnyTagClassName
{
color: #2BBCED;
}
</style>
background-color css
<style>
a { background-color: #2BBCED; }
a { background-color: rgb(43,188,237); }
div.DivClassName
{
background-color: #2BBCED;
}
.BgClassName
{
background-color: #2BBCED;
}
</style>
border-color css
<style>
span { border-color: #2BBCED; }
span { border-color: rgb(43,188,237); }
td.TdClassName
{
border-color: #2BBCED;
}
.TagClassName
{
border-color: #2BBCED;
}
</style>