Shades of Summer Sky #299DDF
Tints of Summer Sky #299DDF
RGB
CMYK
RGB Variations
Color information
#299DDF (or 0x299DDF) is known color: Summer Sky. HEX triplet: 29, 9D and DF. RGB value is (41,157,223). Sum of RGB (Red+Green+Blue) = 41+157+223=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #299DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299DDF is #D66220. Grayscale: #818181. Windows color (decimal): -14049825 or 14654761. OLE color: 14654761.
HSL color Cylindrical-coordinate representation of color #299DDF: hue angle of 201.76º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #299DDF is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 157 | 223 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.13 |
| HSL | 201.76º | 0.74% | 0.52% | - |
| HSV(B) | 201.76º | 0.82% | 0.87% | - |
| XYZ | 26.29 | 29.91 | 74.2 | - |
| YUV | 129.84 | 180.57 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 223 | 0.82 | 0.30 | 0 | 0.13 | 201.76 | 0.74 | 0.52 |
| Hex | 29 | 9D | DF | 52 | 1E | 0 | D | CA | 4A | 34 |
| Octal | 51 | 235 | 337 | 122 | 36 | 0 | 15 | 312 | 112 | 64 |
| Binary | 101001 | 10011101 | 11011111 | 1010010 | 11110 | 0 | 1101 | 11001010 | 1001010 | 110100 |
Color Harmonies of #299DDF
Complementary color
Monochromatic Colors of #299DDF
Black with #299DDF
Text Example
Text Example
White with #299DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299DDF; }
p { color: rgb(41,157,223); }
H1.HeaderClassName
{
color: #299DDF;
}
.AnyTagClassName
{
color: #299DDF;
}
</style>
background-color css
<style>
a { background-color: #299DDF; }
a { background-color: rgb(41,157,223); }
div.DivClassName
{
background-color: #299DDF;
}
.BgClassName
{
background-color: #299DDF;
}
</style>
border-color css
<style>
span { border-color: #299DDF; }
span { border-color: rgb(41,157,223); }
td.TdClassName
{
border-color: #299DDF;
}
.TagClassName
{
border-color: #299DDF;
}
</style>