Shades of Summer Sky #299EEA
Tints of Summer Sky #299EEA
RGB
CMYK
RGB Variations
Color information
#299EEA (or 0x299EEA) is known color: Summer Sky. HEX triplet: 29, 9E and EA. RGB value is (41,158,234). Sum of RGB (Red+Green+Blue) = 41+158+234=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #299EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299EEA is #D66115. Grayscale: #838383. Windows color (decimal): -14049558 or 15375913. OLE color: 15375913.
HSL color Cylindrical-coordinate representation of color #299EEA: hue angle of 203.63º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #299EEA is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 158 | 234 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.08 |
| HSL | 203.63º | 0.82% | 0.54% | - |
| HSV(B) | 203.63º | 0.82% | 0.92% | - |
| XYZ | 27.99 | 30.87 | 82.32 | - |
| YUV | 131.68 | 185.74 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 234 | 0.82 | 0.32 | 0 | 0.08 | 203.63 | 0.82 | 0.54 |
| Hex | 29 | 9E | EA | 52 | 20 | 0 | 8 | CC | 52 | 36 |
| Octal | 51 | 236 | 352 | 122 | 40 | 0 | 10 | 314 | 122 | 66 |
| Binary | 101001 | 10011110 | 11101010 | 1010010 | 100000 | 0 | 1000 | 11001100 | 1010010 | 110110 |
Color Harmonies of #299EEA
Complementary color
Monochromatic Colors of #299EEA
Black with #299EEA
Text Example
Text Example
White with #299EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299EEA; }
p { color: rgb(41,158,234); }
H1.HeaderClassName
{
color: #299EEA;
}
.AnyTagClassName
{
color: #299EEA;
}
</style>
background-color css
<style>
a { background-color: #299EEA; }
a { background-color: rgb(41,158,234); }
div.DivClassName
{
background-color: #299EEA;
}
.BgClassName
{
background-color: #299EEA;
}
</style>
border-color css
<style>
span { border-color: #299EEA; }
span { border-color: rgb(41,158,234); }
td.TdClassName
{
border-color: #299EEA;
}
.TagClassName
{
border-color: #299EEA;
}
</style>