Shades of Summer Sky #429FEC
Tints of Summer Sky #429FEC
RGB
CMYK
RGB Variations
Color information
#429FEC (or 0x429FEC) is known color: Summer Sky. HEX triplet: 42, 9F and EC. RGB value is (66,159,236). Sum of RGB (Red+Green+Blue) = 66+159+236=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #429FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429FEC is #BD6013. Grayscale: #8B8B8B. Windows color (decimal): -12410900 or 15507266. OLE color: 15507266.
HSL color Cylindrical-coordinate representation of color #429FEC: hue angle of 207.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #429FEC is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 159 | 236 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.07 |
| HSL | 207.18º | 0.82% | 0.59% | - |
| HSV(B) | 207.18º | 0.72% | 0.93% | - |
| XYZ | 29.79 | 32.01 | 83.97 | - |
| YUV | 139.97 | 182.19 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 236 | 0.72 | 0.33 | 0 | 0.07 | 207.18 | 0.82 | 0.59 |
| Hex | 42 | 9F | EC | 48 | 21 | 0 | 7 | CF | 52 | 3B |
| Octal | 102 | 237 | 354 | 110 | 41 | 0 | 7 | 317 | 122 | 73 |
| Binary | 1000010 | 10011111 | 11101100 | 1001000 | 100001 | 0 | 111 | 11001111 | 1010010 | 111011 |
Color Harmonies of #429FEC
Complementary color
Monochromatic Colors of #429FEC
Black with #429FEC
Text Example
Text Example
White with #429FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FEC; }
p { color: rgb(66,159,236); }
H1.HeaderClassName
{
color: #429FEC;
}
.AnyTagClassName
{
color: #429FEC;
}
</style>
background-color css
<style>
a { background-color: #429FEC; }
a { background-color: rgb(66,159,236); }
div.DivClassName
{
background-color: #429FEC;
}
.BgClassName
{
background-color: #429FEC;
}
</style>
border-color css
<style>
span { border-color: #429FEC; }
span { border-color: rgb(66,159,236); }
td.TdClassName
{
border-color: #429FEC;
}
.TagClassName
{
border-color: #429FEC;
}
</style>