Shades of Summer Sky #299CDD
Tints of Summer Sky #299CDD
RGB
CMYK
RGB Variations
Color information
#299CDD (or 0x299CDD) is known color: Summer Sky. HEX triplet: 29, 9C and DD. RGB value is (41,156,221). Sum of RGB (Red+Green+Blue) = 41+156+221=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #299CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CDD is #D66322. Grayscale: #808080. Windows color (decimal): -14050083 or 14523433. OLE color: 14523433.
HSL color Cylindrical-coordinate representation of color #299CDD: hue angle of 201.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299CDD is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 156 | 221 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.13 |
| HSL | 201.67º | 0.73% | 0.51% | - |
| HSV(B) | 201.67º | 0.81% | 0.87% | - |
| XYZ | 25.85 | 29.47 | 72.73 | - |
| YUV | 129.03 | 179.9 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 221 | 0.81 | 0.29 | 0 | 0.13 | 201.67 | 0.73 | 0.51 |
| Hex | 29 | 9C | DD | 51 | 1D | 0 | D | CA | 49 | 33 |
| Octal | 51 | 234 | 335 | 121 | 35 | 0 | 15 | 312 | 111 | 63 |
| Binary | 101001 | 10011100 | 11011101 | 1010001 | 11101 | 0 | 1101 | 11001010 | 1001001 | 110011 |
Color Harmonies of #299CDD
Complementary color
Monochromatic Colors of #299CDD
Black with #299CDD
Text Example
Text Example
White with #299CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CDD; }
p { color: rgb(41,156,221); }
H1.HeaderClassName
{
color: #299CDD;
}
.AnyTagClassName
{
color: #299CDD;
}
</style>
background-color css
<style>
a { background-color: #299CDD; }
a { background-color: rgb(41,156,221); }
div.DivClassName
{
background-color: #299CDD;
}
.BgClassName
{
background-color: #299CDD;
}
</style>
border-color css
<style>
span { border-color: #299CDD; }
span { border-color: rgb(41,156,221); }
td.TdClassName
{
border-color: #299CDD;
}
.TagClassName
{
border-color: #299CDD;
}
</style>