Shades of Summer Sky #2B9ECC
Tints of Summer Sky #2B9ECC
RGB
CMYK
RGB Variations
Color information
#2B9ECC (or 0x2B9ECC) is known color: Summer Sky. HEX triplet: 2B, 9E and CC. RGB value is (43,158,204). Sum of RGB (Red+Green+Blue) = 43+158+204=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B9ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9ECC is #D46133. Grayscale: #808080. Windows color (decimal): -13918516 or 13409835. OLE color: 13409835.
HSL color Cylindrical-coordinate representation of color #2B9ECC: hue angle of 197.14º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B9ECC is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 158 | 204 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.2 |
| HSL | 197.14º | 0.65% | 0.48% | - |
| HSV(B) | 197.14º | 0.79% | 0.8% | - |
| XYZ | 24.12 | 29.33 | 61.52 | - |
| YUV | 128.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 204 | 0.79 | 0.23 | 0 | 0.2 | 197.14 | 0.65 | 0.48 |
| Hex | 2B | 9E | CC | 4F | 17 | 0 | 14 | C5 | 41 | 30 |
| Octal | 53 | 236 | 314 | 117 | 27 | 0 | 24 | 305 | 101 | 60 |
| Binary | 101011 | 10011110 | 11001100 | 1001111 | 10111 | 0 | 10100 | 11000101 | 1000001 | 110000 |
Color Harmonies of #2B9ECC
Complementary color
Monochromatic Colors of #2B9ECC
Black with #2B9ECC
Text Example
Text Example
White with #2B9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9ECC; }
p { color: rgb(43,158,204); }
H1.HeaderClassName
{
color: #2B9ECC;
}
.AnyTagClassName
{
color: #2B9ECC;
}
</style>
background-color css
<style>
a { background-color: #2B9ECC; }
a { background-color: rgb(43,158,204); }
div.DivClassName
{
background-color: #2B9ECC;
}
.BgClassName
{
background-color: #2B9ECC;
}
</style>
border-color css
<style>
span { border-color: #2B9ECC; }
span { border-color: rgb(43,158,204); }
td.TdClassName
{
border-color: #2B9ECC;
}
.TagClassName
{
border-color: #2B9ECC;
}
</style>