Shades of Summer Sky #299BCF
Tints of Summer Sky #299BCF
RGB
CMYK
RGB Variations
Color information
#299BCF (or 0x299BCF) is known color: Summer Sky. HEX triplet: 29, 9B and CF. RGB value is (41,155,207). Sum of RGB (Red+Green+Blue) = 41+155+207=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #299BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BCF is #D66430. Grayscale: #7E7E7E. Windows color (decimal): -14050353 or 13605673. OLE color: 13605673.
HSL color Cylindrical-coordinate representation of color #299BCF: hue angle of 198.8º 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 #299BCF is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 155 | 207 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.19 |
| HSL | 198.8º | 0.67% | 0.49% | - |
| HSV(B) | 198.8º | 0.8% | 0.81% | - |
| XYZ | 23.9 | 28.42 | 63.26 | - |
| YUV | 126.84 | 173.23 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 207 | 0.80 | 0.25 | 0 | 0.19 | 198.8 | 0.67 | 0.49 |
| Hex | 29 | 9B | CF | 50 | 19 | 0 | 13 | C7 | 43 | 31 |
| Octal | 51 | 233 | 317 | 120 | 31 | 0 | 23 | 307 | 103 | 61 |
| Binary | 101001 | 10011011 | 11001111 | 1010000 | 11001 | 0 | 10011 | 11000111 | 1000011 | 110001 |
Color Harmonies of #299BCF
Complementary color
Monochromatic Colors of #299BCF
Black with #299BCF
Text Example
Text Example
White with #299BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BCF; }
p { color: rgb(41,155,207); }
H1.HeaderClassName
{
color: #299BCF;
}
.AnyTagClassName
{
color: #299BCF;
}
</style>
background-color css
<style>
a { background-color: #299BCF; }
a { background-color: rgb(41,155,207); }
div.DivClassName
{
background-color: #299BCF;
}
.BgClassName
{
background-color: #299BCF;
}
</style>
border-color css
<style>
span { border-color: #299BCF; }
span { border-color: rgb(41,155,207); }
td.TdClassName
{
border-color: #299BCF;
}
.TagClassName
{
border-color: #299BCF;
}
</style>