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