Shades of Summer Sky #299ACF
Tints of Summer Sky #299ACF
RGB
CMYK
RGB Variations
Color information
#299ACF (or 0x299ACF) is known color: Summer Sky. HEX triplet: 29, 9A and CF. RGB value is (41,154,207). Sum of RGB (Red+Green+Blue) = 41+154+207=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #299ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ACF is #D66530. Grayscale: #7D7D7D. Windows color (decimal): -14050609 or 13605417. OLE color: 13605417.
HSL color Cylindrical-coordinate representation of color #299ACF: hue angle of 199.16º 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 #299ACF is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 154 | 207 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.19 |
| HSL | 199.16º | 0.67% | 0.49% | - |
| HSV(B) | 199.16º | 0.8% | 0.81% | - |
| XYZ | 23.73 | 28.09 | 63.2 | - |
| YUV | 126.26 | 173.56 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 207 | 0.80 | 0.26 | 0 | 0.19 | 199.16 | 0.67 | 0.49 |
| Hex | 29 | 9A | CF | 50 | 1A | 0 | 13 | C7 | 43 | 31 |
| Octal | 51 | 232 | 317 | 120 | 32 | 0 | 23 | 307 | 103 | 61 |
| Binary | 101001 | 10011010 | 11001111 | 1010000 | 11010 | 0 | 10011 | 11000111 | 1000011 | 110001 |
Color Harmonies of #299ACF
Complementary color
Monochromatic Colors of #299ACF
Black with #299ACF
Text Example
Text Example
White with #299ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299ACF; }
p { color: rgb(41,154,207); }
H1.HeaderClassName
{
color: #299ACF;
}
.AnyTagClassName
{
color: #299ACF;
}
</style>
background-color css
<style>
a { background-color: #299ACF; }
a { background-color: rgb(41,154,207); }
div.DivClassName
{
background-color: #299ACF;
}
.BgClassName
{
background-color: #299ACF;
}
</style>
border-color css
<style>
span { border-color: #299ACF; }
span { border-color: rgb(41,154,207); }
td.TdClassName
{
border-color: #299ACF;
}
.TagClassName
{
border-color: #299ACF;
}
</style>