Shades of Summer Sky #2BBBED
Tints of Summer Sky #2BBBED
RGB
CMYK
RGB Variations
Color information
#2BBBED (or 0x2BBBED) is known color: Summer Sky. HEX triplet: 2B, BB and ED. RGB value is (43,187,237). Sum of RGB (Red+Green+Blue) = 43+187+237=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BBBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBBED is #D44412. Grayscale: #959595. Windows color (decimal): -13911059 or 15579947. OLE color: 15579947.
HSL color Cylindrical-coordinate representation of color #2BBBED: hue angle of 195.46º 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 #2BBBED is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 187 | 237 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.07 |
| HSL | 195.46º | 0.84% | 0.55% | - |
| HSV(B) | 195.46º | 0.82% | 0.93% | - |
| XYZ | 34.05 | 42.17 | 86.47 | - |
| YUV | 149.64 | 177.29 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 237 | 0.82 | 0.21 | 0 | 0.07 | 195.46 | 0.84 | 0.55 |
| Hex | 2B | BB | ED | 52 | 15 | 0 | 7 | C3 | 54 | 37 |
| Octal | 53 | 273 | 355 | 122 | 25 | 0 | 7 | 303 | 124 | 67 |
| Binary | 101011 | 10111011 | 11101101 | 1010010 | 10101 | 0 | 111 | 11000011 | 1010100 | 110111 |
Color Harmonies of #2BBBED
Complementary color
Monochromatic Colors of #2BBBED
Black with #2BBBED
Text Example
Text Example
White with #2BBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBED; }
p { color: rgb(43,187,237); }
H1.HeaderClassName
{
color: #2BBBED;
}
.AnyTagClassName
{
color: #2BBBED;
}
</style>
background-color css
<style>
a { background-color: #2BBBED; }
a { background-color: rgb(43,187,237); }
div.DivClassName
{
background-color: #2BBBED;
}
.BgClassName
{
background-color: #2BBBED;
}
</style>
border-color css
<style>
span { border-color: #2BBBED; }
span { border-color: rgb(43,187,237); }
td.TdClassName
{
border-color: #2BBBED;
}
.TagClassName
{
border-color: #2BBBED;
}
</style>