Shades of Summer Sky #429AED
Tints of Summer Sky #429AED
RGB
CMYK
RGB Variations
Color information
#429AED (or 0x429AED) is known color: Summer Sky. HEX triplet: 42, 9A and ED. RGB value is (66,154,237). Sum of RGB (Red+Green+Blue) = 66+154+237=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #429AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429AED is #BD6512. Grayscale: #888888. Windows color (decimal): -12412179 or 15571522. OLE color: 15571522.
HSL color Cylindrical-coordinate representation of color #429AED: hue angle of 209.12º degrees, saturation: 0.83, 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 #429AED is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 154 | 237 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.07 |
| HSL | 209.12º | 0.83% | 0.59% | - |
| HSV(B) | 209.12º | 0.72% | 0.93% | - |
| XYZ | 29.09 | 30.38 | 84.45 | - |
| YUV | 137.15 | 184.35 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 237 | 0.72 | 0.35 | 0 | 0.07 | 209.12 | 0.83 | 0.59 |
| Hex | 42 | 9A | ED | 48 | 23 | 0 | 7 | D1 | 53 | 3B |
| Octal | 102 | 232 | 355 | 110 | 43 | 0 | 7 | 321 | 123 | 73 |
| Binary | 1000010 | 10011010 | 11101101 | 1001000 | 100011 | 0 | 111 | 11010001 | 1010011 | 111011 |
Color Harmonies of #429AED
Complementary color
Monochromatic Colors of #429AED
Black with #429AED
Text Example
Text Example
White with #429AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429AED; }
p { color: rgb(66,154,237); }
H1.HeaderClassName
{
color: #429AED;
}
.AnyTagClassName
{
color: #429AED;
}
</style>
background-color css
<style>
a { background-color: #429AED; }
a { background-color: rgb(66,154,237); }
div.DivClassName
{
background-color: #429AED;
}
.BgClassName
{
background-color: #429AED;
}
</style>
border-color css
<style>
span { border-color: #429AED; }
span { border-color: rgb(66,154,237); }
td.TdClassName
{
border-color: #429AED;
}
.TagClassName
{
border-color: #429AED;
}
</style>