Shades of Summer Sky #299CDF
Tints of Summer Sky #299CDF
RGB
CMYK
RGB Variations
Color information
#299CDF (or 0x299CDF) is known color: Summer Sky. HEX triplet: 29, 9C and DF. RGB value is (41,156,223). Sum of RGB (Red+Green+Blue) = 41+156+223=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #299CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CDF is #D66320. Grayscale: #808080. Windows color (decimal): -14050081 or 14654505. OLE color: 14654505.
HSL color Cylindrical-coordinate representation of color #299CDF: hue angle of 202.09º 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 #299CDF is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 156 | 223 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.13 |
| HSL | 202.09º | 0.74% | 0.52% | - |
| HSV(B) | 202.09º | 0.82% | 0.87% | - |
| XYZ | 26.12 | 29.58 | 74.14 | - |
| YUV | 129.25 | 180.9 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 223 | 0.82 | 0.30 | 0 | 0.13 | 202.09 | 0.74 | 0.52 |
| Hex | 29 | 9C | DF | 52 | 1E | 0 | D | CA | 4A | 34 |
| Octal | 51 | 234 | 337 | 122 | 36 | 0 | 15 | 312 | 112 | 64 |
| Binary | 101001 | 10011100 | 11011111 | 1010010 | 11110 | 0 | 1101 | 11001010 | 1001010 | 110100 |
Color Harmonies of #299CDF
Complementary color
Monochromatic Colors of #299CDF
Black with #299CDF
Text Example
Text Example
White with #299CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CDF; }
p { color: rgb(41,156,223); }
H1.HeaderClassName
{
color: #299CDF;
}
.AnyTagClassName
{
color: #299CDF;
}
</style>
background-color css
<style>
a { background-color: #299CDF; }
a { background-color: rgb(41,156,223); }
div.DivClassName
{
background-color: #299CDF;
}
.BgClassName
{
background-color: #299CDF;
}
</style>
border-color css
<style>
span { border-color: #299CDF; }
span { border-color: rgb(41,156,223); }
td.TdClassName
{
border-color: #299CDF;
}
.TagClassName
{
border-color: #299CDF;
}
</style>