Shades of Summer Sky #2D9FCD
Tints of Summer Sky #2D9FCD
RGB
CMYK
RGB Variations
Color information
#2D9FCD (or 0x2D9FCD) is known color: Summer Sky. HEX triplet: 2D, 9F and CD. RGB value is (45,159,205). Sum of RGB (Red+Green+Blue) = 45+159+205=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D9FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9FCD is #D26032. Grayscale: #818181. Windows color (decimal): -13787187 or 13475629. OLE color: 13475629.
HSL color Cylindrical-coordinate representation of color #2D9FCD: hue angle of 197.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D9FCD is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 159 | 205 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.20 |
| HSL | 197.25º | 0.64% | 0.49% | - |
| HSV(B) | 197.25º | 0.78% | 0.8% | - |
| XYZ | 24.5 | 29.76 | 62.21 | - |
| YUV | 130.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 205 | 0.78 | 0.22 | 0 | 0.20 | 197.25 | 0.64 | 0.49 |
| Hex | 2D | 9F | CD | 4E | 16 | 0 | 14 | C5 | 40 | 31 |
| Octal | 55 | 237 | 315 | 116 | 26 | 0 | 24 | 305 | 100 | 61 |
| Binary | 101101 | 10011111 | 11001101 | 1001110 | 10110 | 0 | 10100 | 11000101 | 1000000 | 110001 |
Color Harmonies of #2D9FCD
Complementary color
Monochromatic Colors of #2D9FCD
Black with #2D9FCD
Text Example
Text Example
White with #2D9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9FCD; }
p { color: rgb(45,159,205); }
H1.HeaderClassName
{
color: #2D9FCD;
}
.AnyTagClassName
{
color: #2D9FCD;
}
</style>
background-color css
<style>
a { background-color: #2D9FCD; }
a { background-color: rgb(45,159,205); }
div.DivClassName
{
background-color: #2D9FCD;
}
.BgClassName
{
background-color: #2D9FCD;
}
</style>
border-color css
<style>
span { border-color: #2D9FCD; }
span { border-color: rgb(45,159,205); }
td.TdClassName
{
border-color: #2D9FCD;
}
.TagClassName
{
border-color: #2D9FCD;
}
</style>