Shades of Summer Sky #299ADB
Tints of Summer Sky #299ADB
RGB
CMYK
RGB Variations
Color information
#299ADB (or 0x299ADB) is known color: Summer Sky. HEX triplet: 29, 9A and DB. RGB value is (41,154,219). Sum of RGB (Red+Green+Blue) = 41+154+219=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #299ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ADB is #D66524. Grayscale: #7F7F7F. Windows color (decimal): -14050597 or 14391849. OLE color: 14391849.
HSL color Cylindrical-coordinate representation of color #299ADB: hue angle of 201.91º degrees, saturation: 0.71, 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 #299ADB is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 154 | 219 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.14 |
| HSL | 201.91º | 0.71% | 0.51% | - |
| HSV(B) | 201.91º | 0.81% | 0.86% | - |
| XYZ | 25.26 | 28.7 | 71.23 | - |
| YUV | 127.62 | 179.56 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 219 | 0.81 | 0.30 | 0 | 0.14 | 201.91 | 0.71 | 0.51 |
| Hex | 29 | 9A | DB | 51 | 1E | 0 | E | CA | 47 | 33 |
| Octal | 51 | 232 | 333 | 121 | 36 | 0 | 16 | 312 | 107 | 63 |
| Binary | 101001 | 10011010 | 11011011 | 1010001 | 11110 | 0 | 1110 | 11001010 | 1000111 | 110011 |
Color Harmonies of #299ADB
Complementary color
Monochromatic Colors of #299ADB
Black with #299ADB
Text Example
Text Example
White with #299ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299ADB; }
p { color: rgb(41,154,219); }
H1.HeaderClassName
{
color: #299ADB;
}
.AnyTagClassName
{
color: #299ADB;
}
</style>
background-color css
<style>
a { background-color: #299ADB; }
a { background-color: rgb(41,154,219); }
div.DivClassName
{
background-color: #299ADB;
}
.BgClassName
{
background-color: #299ADB;
}
</style>
border-color css
<style>
span { border-color: #299ADB; }
span { border-color: rgb(41,154,219); }
td.TdClassName
{
border-color: #299ADB;
}
.TagClassName
{
border-color: #299ADB;
}
</style>