Shades of Summer Sky #299CDB
Tints of Summer Sky #299CDB
RGB
CMYK
RGB Variations
Color information
#299CDB (or 0x299CDB) is known color: Summer Sky. HEX triplet: 29, 9C and DB. RGB value is (41,156,219). Sum of RGB (Red+Green+Blue) = 41+156+219=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #299CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CDB is #D66324. Grayscale: #808080. Windows color (decimal): -14050085 or 14392361. OLE color: 14392361.
HSL color Cylindrical-coordinate representation of color #299CDB: hue angle of 201.24º 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 #299CDB is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 156 | 219 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.14 |
| HSL | 201.24º | 0.71% | 0.51% | - |
| HSV(B) | 201.24º | 0.81% | 0.86% | - |
| XYZ | 25.59 | 29.36 | 71.34 | - |
| YUV | 128.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 219 | 0.81 | 0.29 | 0 | 0.14 | 201.24 | 0.71 | 0.51 |
| Hex | 29 | 9C | DB | 51 | 1D | 0 | E | C9 | 47 | 33 |
| Octal | 51 | 234 | 333 | 121 | 35 | 0 | 16 | 311 | 107 | 63 |
| Binary | 101001 | 10011100 | 11011011 | 1010001 | 11101 | 0 | 1110 | 11001001 | 1000111 | 110011 |
Color Harmonies of #299CDB
Complementary color
Monochromatic Colors of #299CDB
Black with #299CDB
Text Example
Text Example
White with #299CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CDB; }
p { color: rgb(41,156,219); }
H1.HeaderClassName
{
color: #299CDB;
}
.AnyTagClassName
{
color: #299CDB;
}
</style>
background-color css
<style>
a { background-color: #299CDB; }
a { background-color: rgb(41,156,219); }
div.DivClassName
{
background-color: #299CDB;
}
.BgClassName
{
background-color: #299CDB;
}
</style>
border-color css
<style>
span { border-color: #299CDB; }
span { border-color: rgb(41,156,219); }
td.TdClassName
{
border-color: #299CDB;
}
.TagClassName
{
border-color: #299CDB;
}
</style>