Shades of Summer Sky #299CE8
Tints of Summer Sky #299CE8
RGB
CMYK
RGB Variations
Color information
#299CE8 (or 0x299CE8) is known color: Summer Sky. HEX triplet: 29, 9C and E8. RGB value is (41,156,232). Sum of RGB (Red+Green+Blue) = 41+156+232=429 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.56% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #299CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CE8 is #D66317. Grayscale: #818181. Windows color (decimal): -14050072 or 15244329. OLE color: 15244329.
HSL color Cylindrical-coordinate representation of color #299CE8: hue angle of 203.87º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #299CE8 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 156 | 232 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.09 |
| HSL | 203.87º | 0.81% | 0.54% | - |
| HSV(B) | 203.87º | 0.82% | 0.91% | - |
| XYZ | 27.37 | 30.07 | 80.71 | - |
| YUV | 130.28 | 185.4 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 232 | 0.82 | 0.33 | 0 | 0.09 | 203.87 | 0.81 | 0.54 |
| Hex | 29 | 9C | E8 | 52 | 21 | 0 | 9 | CC | 51 | 36 |
| Octal | 51 | 234 | 350 | 122 | 41 | 0 | 11 | 314 | 121 | 66 |
| Binary | 101001 | 10011100 | 11101000 | 1010010 | 100001 | 0 | 1001 | 11001100 | 1010001 | 110110 |
Color Harmonies of #299CE8
Complementary color
Monochromatic Colors of #299CE8
Black with #299CE8
Text Example
Text Example
White with #299CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CE8; }
p { color: rgb(41,156,232); }
H1.HeaderClassName
{
color: #299CE8;
}
.AnyTagClassName
{
color: #299CE8;
}
</style>
background-color css
<style>
a { background-color: #299CE8; }
a { background-color: rgb(41,156,232); }
div.DivClassName
{
background-color: #299CE8;
}
.BgClassName
{
background-color: #299CE8;
}
</style>
border-color css
<style>
span { border-color: #299CE8; }
span { border-color: rgb(41,156,232); }
td.TdClassName
{
border-color: #299CE8;
}
.TagClassName
{
border-color: #299CE8;
}
</style>