Shades of Summer Sky #299CE1
Tints of Summer Sky #299CE1
RGB
CMYK
RGB Variations
Color information
#299CE1 (or 0x299CE1) is known color: Summer Sky. HEX triplet: 29, 9C and E1. RGB value is (41,156,225). Sum of RGB (Red+Green+Blue) = 41+156+225=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #299CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CE1 is #D6631E. Grayscale: #818181. Windows color (decimal): -14050079 or 14785577. OLE color: 14785577.
HSL color Cylindrical-coordinate representation of color #299CE1: hue angle of 202.5º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #299CE1 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 156 | 225 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.12 |
| HSL | 202.5º | 0.75% | 0.52% | - |
| HSV(B) | 202.5º | 0.82% | 0.88% | - |
| XYZ | 26.39 | 29.68 | 75.57 | - |
| YUV | 129.48 | 181.9 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 225 | 0.82 | 0.31 | 0 | 0.12 | 202.5 | 0.75 | 0.52 |
| Hex | 29 | 9C | E1 | 52 | 1F | 0 | C | CA | 4B | 34 |
| Octal | 51 | 234 | 341 | 122 | 37 | 0 | 14 | 312 | 113 | 64 |
| Binary | 101001 | 10011100 | 11100001 | 1010010 | 11111 | 0 | 1100 | 11001010 | 1001011 | 110100 |
Color Harmonies of #299CE1
Complementary color
Monochromatic Colors of #299CE1
Black with #299CE1
Text Example
Text Example
White with #299CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CE1; }
p { color: rgb(41,156,225); }
H1.HeaderClassName
{
color: #299CE1;
}
.AnyTagClassName
{
color: #299CE1;
}
</style>
background-color css
<style>
a { background-color: #299CE1; }
a { background-color: rgb(41,156,225); }
div.DivClassName
{
background-color: #299CE1;
}
.BgClassName
{
background-color: #299CE1;
}
</style>
border-color css
<style>
span { border-color: #299CE1; }
span { border-color: rgb(41,156,225); }
td.TdClassName
{
border-color: #299CE1;
}
.TagClassName
{
border-color: #299CE1;
}
</style>