Shades of Summer Sky #299FEB
Tints of Summer Sky #299FEB
RGB
CMYK
RGB Variations
Color information
#299FEB (or 0x299FEB) is known color: Summer Sky. HEX triplet: 29, 9F and EB. RGB value is (41,159,235). Sum of RGB (Red+Green+Blue) = 41+159+235=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #299FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299FEB is #D66014. Grayscale: #838383. Windows color (decimal): -14049301 or 15441705. OLE color: 15441705.
HSL color Cylindrical-coordinate representation of color #299FEB: hue angle of 203.51º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299FEB is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 159 | 235 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.08 |
| HSL | 203.51º | 0.83% | 0.54% | - |
| HSV(B) | 203.51º | 0.83% | 0.92% | - |
| XYZ | 28.31 | 31.27 | 83.14 | - |
| YUV | 132.38 | 185.91 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 235 | 0.83 | 0.32 | 0 | 0.08 | 203.51 | 0.83 | 0.54 |
| Hex | 29 | 9F | EB | 53 | 20 | 0 | 8 | CC | 53 | 36 |
| Octal | 51 | 237 | 353 | 123 | 40 | 0 | 10 | 314 | 123 | 66 |
| Binary | 101001 | 10011111 | 11101011 | 1010011 | 100000 | 0 | 1000 | 11001100 | 1010011 | 110110 |
Color Harmonies of #299FEB
Complementary color
Monochromatic Colors of #299FEB
Black with #299FEB
Text Example
Text Example
White with #299FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299FEB; }
p { color: rgb(41,159,235); }
H1.HeaderClassName
{
color: #299FEB;
}
.AnyTagClassName
{
color: #299FEB;
}
</style>
background-color css
<style>
a { background-color: #299FEB; }
a { background-color: rgb(41,159,235); }
div.DivClassName
{
background-color: #299FEB;
}
.BgClassName
{
background-color: #299FEB;
}
</style>
border-color css
<style>
span { border-color: #299FEB; }
span { border-color: rgb(41,159,235); }
td.TdClassName
{
border-color: #299FEB;
}
.TagClassName
{
border-color: #299FEB;
}
</style>