Shades of Summer Sky #2F9EDE
Tints of Summer Sky #2F9EDE
RGB
CMYK
RGB Variations
Color information
#2F9EDE (or 0x2F9EDE) is known color: Summer Sky. HEX triplet: 2F, 9E and DE. RGB value is (47,158,222). Sum of RGB (Red+Green+Blue) = 47+158+222=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F9EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9EDE is #D06121. Grayscale: #838383. Windows color (decimal): -13656354 or 14589487. OLE color: 14589487.
HSL color Cylindrical-coordinate representation of color #2F9EDE: hue angle of 201.94º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F9EDE is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 158 | 222 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.13 |
| HSL | 201.94º | 0.73% | 0.53% | - |
| HSV(B) | 201.94º | 0.79% | 0.87% | - |
| XYZ | 26.58 | 30.33 | 73.56 | - |
| YUV | 132.11 | 178.73 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 158 | 222 | 0.79 | 0.29 | 0 | 0.13 | 201.94 | 0.73 | 0.53 |
| Hex | 2F | 9E | DE | 4F | 1D | 0 | D | CA | 49 | 35 |
| Octal | 57 | 236 | 336 | 117 | 35 | 0 | 15 | 312 | 111 | 65 |
| Binary | 101111 | 10011110 | 11011110 | 1001111 | 11101 | 0 | 1101 | 11001010 | 1001001 | 110101 |
Color Harmonies of #2F9EDE
Complementary color
Monochromatic Colors of #2F9EDE
Black with #2F9EDE
Text Example
Text Example
White with #2F9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9EDE; }
p { color: rgb(47,158,222); }
H1.HeaderClassName
{
color: #2F9EDE;
}
.AnyTagClassName
{
color: #2F9EDE;
}
</style>
background-color css
<style>
a { background-color: #2F9EDE; }
a { background-color: rgb(47,158,222); }
div.DivClassName
{
background-color: #2F9EDE;
}
.BgClassName
{
background-color: #2F9EDE;
}
</style>
border-color css
<style>
span { border-color: #2F9EDE; }
span { border-color: rgb(47,158,222); }
td.TdClassName
{
border-color: #2F9EDE;
}
.TagClassName
{
border-color: #2F9EDE;
}
</style>