Shades of Summer Sky #429BEB
Tints of Summer Sky #429BEB
RGB
CMYK
RGB Variations
Color information
#429BEB (or 0x429BEB) is known color: Summer Sky. HEX triplet: 42, 9B and EB. RGB value is (66,155,235). Sum of RGB (Red+Green+Blue) = 66+155+235=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #429BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BEB is #BD6414. Grayscale: #898989. Windows color (decimal): -12411925 or 15440706. OLE color: 15440706.
HSL color Cylindrical-coordinate representation of color #429BEB: hue angle of 208.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #429BEB is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 155 | 235 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.08 |
| HSL | 208.4º | 0.81% | 0.59% | - |
| HSV(B) | 208.4º | 0.72% | 0.92% | - |
| XYZ | 28.96 | 30.6 | 82.98 | - |
| YUV | 137.51 | 183.01 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 235 | 0.72 | 0.34 | 0 | 0.08 | 208.4 | 0.81 | 0.59 |
| Hex | 42 | 9B | EB | 48 | 22 | 0 | 8 | D0 | 51 | 3B |
| Octal | 102 | 233 | 353 | 110 | 42 | 0 | 10 | 320 | 121 | 73 |
| Binary | 1000010 | 10011011 | 11101011 | 1001000 | 100010 | 0 | 1000 | 11010000 | 1010001 | 111011 |
Color Harmonies of #429BEB
Complementary color
Monochromatic Colors of #429BEB
Black with #429BEB
Text Example
Text Example
White with #429BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BEB; }
p { color: rgb(66,155,235); }
H1.HeaderClassName
{
color: #429BEB;
}
.AnyTagClassName
{
color: #429BEB;
}
</style>
background-color css
<style>
a { background-color: #429BEB; }
a { background-color: rgb(66,155,235); }
div.DivClassName
{
background-color: #429BEB;
}
.BgClassName
{
background-color: #429BEB;
}
</style>
border-color css
<style>
span { border-color: #429BEB; }
span { border-color: rgb(66,155,235); }
td.TdClassName
{
border-color: #429BEB;
}
.TagClassName
{
border-color: #429BEB;
}
</style>