Shades of Summer Sky #2F96CF
Tints of Summer Sky #2F96CF
RGB
CMYK
RGB Variations
Color information
#2F96CF (or 0x2F96CF) is known color: Summer Sky. HEX triplet: 2F, 96 and CF. RGB value is (47,150,207). Sum of RGB (Red+Green+Blue) = 47+150+207=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F96CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F96CF is #D06930. Grayscale: #7D7D7D. Windows color (decimal): -13658417 or 13604399. OLE color: 13604399.
HSL color Cylindrical-coordinate representation of color #2F96CF: hue angle of 201.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F96CF is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 150 | 207 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.19 |
| HSL | 201.38º | 0.63% | 0.5% | - |
| HSV(B) | 201.38º | 0.77% | 0.81% | - |
| XYZ | 23.34 | 26.92 | 63 | - |
| YUV | 125.7 | 173.88 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 207 | 0.77 | 0.28 | 0 | 0.19 | 201.38 | 0.63 | 0.5 |
| Hex | 2F | 96 | CF | 4D | 1C | 0 | 13 | C9 | 3F | 32 |
| Octal | 57 | 226 | 317 | 115 | 34 | 0 | 23 | 311 | 77 | 62 |
| Binary | 101111 | 10010110 | 11001111 | 1001101 | 11100 | 0 | 10011 | 11001001 | 111111 | 110010 |
Color Harmonies of #2F96CF
Complementary color
Monochromatic Colors of #2F96CF
Black with #2F96CF
Text Example
Text Example
White with #2F96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F96CF; }
p { color: rgb(47,150,207); }
H1.HeaderClassName
{
color: #2F96CF;
}
.AnyTagClassName
{
color: #2F96CF;
}
</style>
background-color css
<style>
a { background-color: #2F96CF; }
a { background-color: rgb(47,150,207); }
div.DivClassName
{
background-color: #2F96CF;
}
.BgClassName
{
background-color: #2F96CF;
}
</style>
border-color css
<style>
span { border-color: #2F96CF; }
span { border-color: rgb(47,150,207); }
td.TdClassName
{
border-color: #2F96CF;
}
.TagClassName
{
border-color: #2F96CF;
}
</style>