Shades of Summer Sky #429BEA
Tints of Summer Sky #429BEA
RGB
CMYK
RGB Variations
Color information
#429BEA (or 0x429BEA) is known color: Summer Sky. HEX triplet: 42, 9B and EA. RGB value is (66,155,234). Sum of RGB (Red+Green+Blue) = 66+155+234=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #429BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BEA is #BD6415. Grayscale: #888888. Windows color (decimal): -12411926 or 15375170. OLE color: 15375170.
HSL color Cylindrical-coordinate representation of color #429BEA: hue angle of 208.21º degrees, saturation: 0.8, 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 #429BEA is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 155 | 234 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.08 |
| HSL | 208.21º | 0.8% | 0.59% | - |
| HSV(B) | 208.21º | 0.72% | 0.92% | - |
| XYZ | 28.82 | 30.54 | 82.22 | - |
| YUV | 137.4 | 182.51 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 234 | 0.72 | 0.34 | 0 | 0.08 | 208.21 | 0.8 | 0.59 |
| Hex | 42 | 9B | EA | 48 | 22 | 0 | 8 | D0 | 50 | 3B |
| Octal | 102 | 233 | 352 | 110 | 42 | 0 | 10 | 320 | 120 | 73 |
| Binary | 1000010 | 10011011 | 11101010 | 1001000 | 100010 | 0 | 1000 | 11010000 | 1010000 | 111011 |
Color Harmonies of #429BEA
Complementary color
Monochromatic Colors of #429BEA
Black with #429BEA
Text Example
Text Example
White with #429BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BEA; }
p { color: rgb(66,155,234); }
H1.HeaderClassName
{
color: #429BEA;
}
.AnyTagClassName
{
color: #429BEA;
}
</style>
background-color css
<style>
a { background-color: #429BEA; }
a { background-color: rgb(66,155,234); }
div.DivClassName
{
background-color: #429BEA;
}
.BgClassName
{
background-color: #429BEA;
}
</style>
border-color css
<style>
span { border-color: #429BEA; }
span { border-color: rgb(66,155,234); }
td.TdClassName
{
border-color: #429BEA;
}
.TagClassName
{
border-color: #429BEA;
}
</style>