Shades of Summer Sky #2B9CCD
Tints of Summer Sky #2B9CCD
RGB
CMYK
RGB Variations
Color information
#2B9CCD (or 0x2B9CCD) is known color: Summer Sky. HEX triplet: 2B, 9C and CD. RGB value is (43,156,205). Sum of RGB (Red+Green+Blue) = 43+156+205=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B9CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9CCD is #D46332. Grayscale: #7F7F7F. Windows color (decimal): -13919027 or 13474859. OLE color: 13474859.
HSL color Cylindrical-coordinate representation of color #2B9CCD: hue angle of 198.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B9CCD is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 156 | 205 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.20 |
| HSL | 198.15º | 0.65% | 0.49% | - |
| HSV(B) | 198.15º | 0.79% | 0.8% | - |
| XYZ | 23.9 | 28.7 | 62.04 | - |
| YUV | 127.8 | 171.56 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 205 | 0.79 | 0.24 | 0 | 0.20 | 198.15 | 0.65 | 0.49 |
| Hex | 2B | 9C | CD | 4F | 18 | 0 | 14 | C6 | 41 | 31 |
| Octal | 53 | 234 | 315 | 117 | 30 | 0 | 24 | 306 | 101 | 61 |
| Binary | 101011 | 10011100 | 11001101 | 1001111 | 11000 | 0 | 10100 | 11000110 | 1000001 | 110001 |
Color Harmonies of #2B9CCD
Complementary color
Monochromatic Colors of #2B9CCD
Black with #2B9CCD
Text Example
Text Example
White with #2B9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9CCD; }
p { color: rgb(43,156,205); }
H1.HeaderClassName
{
color: #2B9CCD;
}
.AnyTagClassName
{
color: #2B9CCD;
}
</style>
background-color css
<style>
a { background-color: #2B9CCD; }
a { background-color: rgb(43,156,205); }
div.DivClassName
{
background-color: #2B9CCD;
}
.BgClassName
{
background-color: #2B9CCD;
}
</style>
border-color css
<style>
span { border-color: #2B9CCD; }
span { border-color: rgb(43,156,205); }
td.TdClassName
{
border-color: #2B9CCD;
}
.TagClassName
{
border-color: #2B9CCD;
}
</style>