Shades of Summer Sky #429BEC
Tints of Summer Sky #429BEC
RGB
CMYK
RGB Variations
Color information
#429BEC (or 0x429BEC) is known color: Summer Sky. HEX triplet: 42, 9B and EC. RGB value is (66,155,236). Sum of RGB (Red+Green+Blue) = 66+155+236=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #429BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BEC is #BD6413. Grayscale: #898989. Windows color (decimal): -12411924 or 15506242. OLE color: 15506242.
HSL color Cylindrical-coordinate representation of color #429BEC: hue angle of 208.59º 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 #429BEC is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 155 | 236 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.07 |
| HSL | 208.59º | 0.82% | 0.59% | - |
| HSV(B) | 208.59º | 0.72% | 0.93% | - |
| XYZ | 29.11 | 30.66 | 83.74 | - |
| YUV | 137.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 236 | 0.72 | 0.34 | 0 | 0.07 | 208.59 | 0.82 | 0.59 |
| Hex | 42 | 9B | EC | 48 | 22 | 0 | 7 | D1 | 52 | 3B |
| Octal | 102 | 233 | 354 | 110 | 42 | 0 | 7 | 321 | 122 | 73 |
| Binary | 1000010 | 10011011 | 11101100 | 1001000 | 100010 | 0 | 111 | 11010001 | 1010010 | 111011 |
Color Harmonies of #429BEC
Complementary color
Monochromatic Colors of #429BEC
Black with #429BEC
Text Example
Text Example
White with #429BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BEC; }
p { color: rgb(66,155,236); }
H1.HeaderClassName
{
color: #429BEC;
}
.AnyTagClassName
{
color: #429BEC;
}
</style>
background-color css
<style>
a { background-color: #429BEC; }
a { background-color: rgb(66,155,236); }
div.DivClassName
{
background-color: #429BEC;
}
.BgClassName
{
background-color: #429BEC;
}
</style>
border-color css
<style>
span { border-color: #429BEC; }
span { border-color: rgb(66,155,236); }
td.TdClassName
{
border-color: #429BEC;
}
.TagClassName
{
border-color: #429BEC;
}
</style>