Shades of Summer Sky #2B9FCD
Tints of Summer Sky #2B9FCD
RGB
CMYK
RGB Variations
Color information
#2B9FCD (or 0x2B9FCD) is known color: Summer Sky. HEX triplet: 2B, 9F and CD. RGB value is (43,159,205). Sum of RGB (Red+Green+Blue) = 43+159+205=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B9FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9FCD is #D46032. Grayscale: #818181. Windows color (decimal): -13918259 or 13475627. OLE color: 13475627.
HSL color Cylindrical-coordinate representation of color #2B9FCD: hue angle of 197.04º 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 #2B9FCD is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 159 | 205 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.20 |
| HSL | 197.04º | 0.65% | 0.49% | - |
| HSV(B) | 197.04º | 0.79% | 0.8% | - |
| XYZ | 24.41 | 29.72 | 62.21 | - |
| YUV | 129.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 205 | 0.79 | 0.22 | 0 | 0.20 | 197.04 | 0.65 | 0.49 |
| Hex | 2B | 9F | CD | 4F | 16 | 0 | 14 | C5 | 41 | 31 |
| Octal | 53 | 237 | 315 | 117 | 26 | 0 | 24 | 305 | 101 | 61 |
| Binary | 101011 | 10011111 | 11001101 | 1001111 | 10110 | 0 | 10100 | 11000101 | 1000001 | 110001 |
Color Harmonies of #2B9FCD
Complementary color
Monochromatic Colors of #2B9FCD
Black with #2B9FCD
Text Example
Text Example
White with #2B9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9FCD; }
p { color: rgb(43,159,205); }
H1.HeaderClassName
{
color: #2B9FCD;
}
.AnyTagClassName
{
color: #2B9FCD;
}
</style>
background-color css
<style>
a { background-color: #2B9FCD; }
a { background-color: rgb(43,159,205); }
div.DivClassName
{
background-color: #2B9FCD;
}
.BgClassName
{
background-color: #2B9FCD;
}
</style>
border-color css
<style>
span { border-color: #2B9FCD; }
span { border-color: rgb(43,159,205); }
td.TdClassName
{
border-color: #2B9FCD;
}
.TagClassName
{
border-color: #2B9FCD;
}
</style>