Shades of Summer Sky #299FDA
Tints of Summer Sky #299FDA
RGB
CMYK
RGB Variations
Color information
#299FDA (or 0x299FDA) is known color: Summer Sky. HEX triplet: 29, 9F and DA. RGB value is (41,159,218). Sum of RGB (Red+Green+Blue) = 41+159+218=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #299FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FDA is #D66025. Grayscale: #828282. Windows color (decimal): -14049318 or 14327593. OLE color: 14327593.
HSL color Cylindrical-coordinate representation of color #299FDA: hue angle of 200º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299FDA is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 159 | 218 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.15 |
| HSL | 200º | 0.71% | 0.51% | - |
| HSV(B) | 200º | 0.81% | 0.85% | - |
| XYZ | 25.97 | 30.33 | 70.82 | - |
| YUV | 130.44 | 177.41 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 218 | 0.81 | 0.27 | 0 | 0.15 | 200 | 0.71 | 0.51 |
| Hex | 29 | 9F | DA | 51 | 1B | 0 | F | C8 | 47 | 33 |
| Octal | 51 | 237 | 332 | 121 | 33 | 0 | 17 | 310 | 107 | 63 |
| Binary | 101001 | 10011111 | 11011010 | 1010001 | 11011 | 0 | 1111 | 11001000 | 1000111 | 110011 |
Color Harmonies of #299FDA
Complementary color
Monochromatic Colors of #299FDA
Black with #299FDA
Text Example
Text Example
White with #299FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299FDA; }
p { color: rgb(41,159,218); }
H1.HeaderClassName
{
color: #299FDA;
}
.AnyTagClassName
{
color: #299FDA;
}
</style>
background-color css
<style>
a { background-color: #299FDA; }
a { background-color: rgb(41,159,218); }
div.DivClassName
{
background-color: #299FDA;
}
.BgClassName
{
background-color: #299FDA;
}
</style>
border-color css
<style>
span { border-color: #299FDA; }
span { border-color: rgb(41,159,218); }
td.TdClassName
{
border-color: #299FDA;
}
.TagClassName
{
border-color: #299FDA;
}
</style>