Shades of Summer Sky #299ECF
Tints of Summer Sky #299ECF
RGB
CMYK
RGB Variations
Color information
#299ECF (or 0x299ECF) is known color: Summer Sky. HEX triplet: 29, 9E and CF. RGB value is (41,158,207). Sum of RGB (Red+Green+Blue) = 41+158+207=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #299ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ECF is #D66130. Grayscale: #808080. Windows color (decimal): -14049585 or 13606441. OLE color: 13606441.
HSL color Cylindrical-coordinate representation of color #299ECF: hue angle of 197.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299ECF is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 158 | 207 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.19 |
| HSL | 197.71º | 0.67% | 0.49% | - |
| HSV(B) | 197.71º | 0.8% | 0.81% | - |
| XYZ | 24.4 | 29.43 | 63.43 | - |
| YUV | 128.6 | 172.24 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 207 | 0.80 | 0.24 | 0 | 0.19 | 197.71 | 0.67 | 0.49 |
| Hex | 29 | 9E | CF | 50 | 18 | 0 | 13 | C6 | 43 | 31 |
| Octal | 51 | 236 | 317 | 120 | 30 | 0 | 23 | 306 | 103 | 61 |
| Binary | 101001 | 10011110 | 11001111 | 1010000 | 11000 | 0 | 10011 | 11000110 | 1000011 | 110001 |
Color Harmonies of #299ECF
Complementary color
Monochromatic Colors of #299ECF
Black with #299ECF
Text Example
Text Example
White with #299ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299ECF; }
p { color: rgb(41,158,207); }
H1.HeaderClassName
{
color: #299ECF;
}
.AnyTagClassName
{
color: #299ECF;
}
</style>
background-color css
<style>
a { background-color: #299ECF; }
a { background-color: rgb(41,158,207); }
div.DivClassName
{
background-color: #299ECF;
}
.BgClassName
{
background-color: #299ECF;
}
</style>
border-color css
<style>
span { border-color: #299ECF; }
span { border-color: rgb(41,158,207); }
td.TdClassName
{
border-color: #299ECF;
}
.TagClassName
{
border-color: #299ECF;
}
</style>