Shades of Summer Sky #299ADC
Tints of Summer Sky #299ADC
RGB
CMYK
RGB Variations
Color information
#299ADC (or 0x299ADC) is known color: Summer Sky. HEX triplet: 29, 9A and DC. RGB value is (41,154,220). Sum of RGB (Red+Green+Blue) = 41+154+220=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #299ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ADC is #D66523. Grayscale: #7F7F7F. Windows color (decimal): -14050596 or 14457385. OLE color: 14457385.
HSL color Cylindrical-coordinate representation of color #299ADC: hue angle of 202.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299ADC is Cyan = 0.81, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 154 | 220 | - |
| CMYK | 0.81 | 0.3 | 0 | 0.14 |
| HSL | 202.12º | 0.72% | 0.51% | - |
| HSV(B) | 202.12º | 0.81% | 0.86% | - |
| XYZ | 25.39 | 28.75 | 71.92 | - |
| YUV | 127.74 | 180.06 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 220 | 0.81 | 0.3 | 0 | 0.14 | 202.12 | 0.72 | 0.51 |
| Hex | 29 | 9A | DC | 51 | 1E | 0 | E | CA | 48 | 33 |
| Octal | 51 | 232 | 334 | 121 | 36 | 0 | 16 | 312 | 110 | 63 |
| Binary | 101001 | 10011010 | 11011100 | 1010001 | 11110 | 0 | 1110 | 11001010 | 1001000 | 110011 |
Color Harmonies of #299ADC
Complementary color
Monochromatic Colors of #299ADC
Black with #299ADC
Text Example
Text Example
White with #299ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299ADC; }
p { color: rgb(41,154,220); }
H1.HeaderClassName
{
color: #299ADC;
}
.AnyTagClassName
{
color: #299ADC;
}
</style>
background-color css
<style>
a { background-color: #299ADC; }
a { background-color: rgb(41,154,220); }
div.DivClassName
{
background-color: #299ADC;
}
.BgClassName
{
background-color: #299ADC;
}
</style>
border-color css
<style>
span { border-color: #299ADC; }
span { border-color: rgb(41,154,220); }
td.TdClassName
{
border-color: #299ADC;
}
.TagClassName
{
border-color: #299ADC;
}
</style>