Shades of Summer Sky #2F9DCE
Tints of Summer Sky #2F9DCE
RGB
CMYK
RGB Variations
Color information
#2F9DCE (or 0x2F9DCE) is known color: Summer Sky. HEX triplet: 2F, 9D and CE. RGB value is (47,157,206). Sum of RGB (Red+Green+Blue) = 47+157+206=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F9DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9DCE is #D06231. Grayscale: #818181. Windows color (decimal): -13656626 or 13540655. OLE color: 13540655.
HSL color Cylindrical-coordinate representation of color #2F9DCE: hue angle of 198.49º 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 #2F9DCE is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 157 | 206 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.19 |
| HSL | 198.49º | 0.63% | 0.5% | - |
| HSV(B) | 198.49º | 0.77% | 0.81% | - |
| XYZ | 24.37 | 29.17 | 62.74 | - |
| YUV | 129.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 157 | 206 | 0.77 | 0.24 | 0 | 0.19 | 198.49 | 0.63 | 0.5 |
| Hex | 2F | 9D | CE | 4D | 18 | 0 | 13 | C6 | 3F | 32 |
| Octal | 57 | 235 | 316 | 115 | 30 | 0 | 23 | 306 | 77 | 62 |
| Binary | 101111 | 10011101 | 11001110 | 1001101 | 11000 | 0 | 10011 | 11000110 | 111111 | 110010 |
Color Harmonies of #2F9DCE
Complementary color
Monochromatic Colors of #2F9DCE
Black with #2F9DCE
Text Example
Text Example
White with #2F9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9DCE; }
p { color: rgb(47,157,206); }
H1.HeaderClassName
{
color: #2F9DCE;
}
.AnyTagClassName
{
color: #2F9DCE;
}
</style>
background-color css
<style>
a { background-color: #2F9DCE; }
a { background-color: rgb(47,157,206); }
div.DivClassName
{
background-color: #2F9DCE;
}
.BgClassName
{
background-color: #2F9DCE;
}
</style>
border-color css
<style>
span { border-color: #2F9DCE; }
span { border-color: rgb(47,157,206); }
td.TdClassName
{
border-color: #2F9DCE;
}
.TagClassName
{
border-color: #2F9DCE;
}
</style>