Shades of Summer Sky #299ED3
Tints of Summer Sky #299ED3
RGB
CMYK
RGB Variations
Color information
#299ED3 (or 0x299ED3) is known color: Summer Sky. HEX triplet: 29, 9E and D3. RGB value is (41,158,211). Sum of RGB (Red+Green+Blue) = 41+158+211=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #299ED3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ED3 is #D6612C. Grayscale: #808080. Windows color (decimal): -14049581 or 13868585. OLE color: 13868585.
HSL color Cylindrical-coordinate representation of color #299ED3: hue angle of 198.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299ED3 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 158 | 211 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.17 |
| HSL | 198.71º | 0.67% | 0.49% | - |
| HSV(B) | 198.71º | 0.81% | 0.83% | - |
| XYZ | 24.9 | 29.63 | 66.03 | - |
| YUV | 129.06 | 174.24 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 211 | 0.81 | 0.25 | 0 | 0.17 | 198.71 | 0.67 | 0.49 |
| Hex | 29 | 9E | D3 | 51 | 19 | 0 | 11 | C7 | 43 | 31 |
| Octal | 51 | 236 | 323 | 121 | 31 | 0 | 21 | 307 | 103 | 61 |
| Binary | 101001 | 10011110 | 11010011 | 1010001 | 11001 | 0 | 10001 | 11000111 | 1000011 | 110001 |
Color Harmonies of #299ED3
Complementary color
Monochromatic Colors of #299ED3
Black with #299ED3
Text Example
Text Example
White with #299ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299ED3; }
p { color: rgb(41,158,211); }
H1.HeaderClassName
{
color: #299ED3;
}
.AnyTagClassName
{
color: #299ED3;
}
</style>
background-color css
<style>
a { background-color: #299ED3; }
a { background-color: rgb(41,158,211); }
div.DivClassName
{
background-color: #299ED3;
}
.BgClassName
{
background-color: #299ED3;
}
</style>
border-color css
<style>
span { border-color: #299ED3; }
span { border-color: rgb(41,158,211); }
td.TdClassName
{
border-color: #299ED3;
}
.TagClassName
{
border-color: #299ED3;
}
</style>