Shades of Summer Sky #2F9FCD
Tints of Summer Sky #2F9FCD
RGB
CMYK
RGB Variations
Color information
#2F9FCD (or 0x2F9FCD) is known color: Summer Sky. HEX triplet: 2F, 9F and CD. RGB value is (47,159,205). Sum of RGB (Red+Green+Blue) = 47+159+205=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F9FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9FCD is #D06032. Grayscale: #828282. Windows color (decimal): -13656115 or 13475631. OLE color: 13475631.
HSL color Cylindrical-coordinate representation of color #2F9FCD: hue angle of 197.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F9FCD is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 159 | 205 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.20 |
| HSL | 197.47º | 0.63% | 0.49% | - |
| HSV(B) | 197.47º | 0.77% | 0.8% | - |
| XYZ | 24.59 | 29.81 | 62.22 | - |
| YUV | 130.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 205 | 0.77 | 0.22 | 0 | 0.20 | 197.47 | 0.63 | 0.49 |
| Hex | 2F | 9F | CD | 4D | 16 | 0 | 14 | C5 | 3F | 31 |
| Octal | 57 | 237 | 315 | 115 | 26 | 0 | 24 | 305 | 77 | 61 |
| Binary | 101111 | 10011111 | 11001101 | 1001101 | 10110 | 0 | 10100 | 11000101 | 111111 | 110001 |
Color Harmonies of #2F9FCD
Complementary color
Monochromatic Colors of #2F9FCD
Black with #2F9FCD
Text Example
Text Example
White with #2F9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9FCD; }
p { color: rgb(47,159,205); }
H1.HeaderClassName
{
color: #2F9FCD;
}
.AnyTagClassName
{
color: #2F9FCD;
}
</style>
background-color css
<style>
a { background-color: #2F9FCD; }
a { background-color: rgb(47,159,205); }
div.DivClassName
{
background-color: #2F9FCD;
}
.BgClassName
{
background-color: #2F9FCD;
}
</style>
border-color css
<style>
span { border-color: #2F9FCD; }
span { border-color: rgb(47,159,205); }
td.TdClassName
{
border-color: #2F9FCD;
}
.TagClassName
{
border-color: #2F9FCD;
}
</style>