Shades of Summer Sky #429CED
Tints of Summer Sky #429CED
RGB
CMYK
RGB Variations
Color information
#429CED (or 0x429CED) is known color: Summer Sky. HEX triplet: 42, 9C and ED. RGB value is (66,156,237). Sum of RGB (Red+Green+Blue) = 66+156+237=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #429CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429CED is #BD6312. Grayscale: #898989. Windows color (decimal): -12411667 or 15572034. OLE color: 15572034.
HSL color Cylindrical-coordinate representation of color #429CED: hue angle of 208.42º 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 #429CED is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 156 | 237 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.07 |
| HSL | 208.42º | 0.83% | 0.59% | - |
| HSV(B) | 208.42º | 0.72% | 0.93% | - |
| XYZ | 29.42 | 31.05 | 84.56 | - |
| YUV | 138.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 237 | 0.72 | 0.34 | 0 | 0.07 | 208.42 | 0.83 | 0.59 |
| Hex | 42 | 9C | ED | 48 | 22 | 0 | 7 | D0 | 53 | 3B |
| Octal | 102 | 234 | 355 | 110 | 42 | 0 | 7 | 320 | 123 | 73 |
| Binary | 1000010 | 10011100 | 11101101 | 1001000 | 100010 | 0 | 111 | 11010000 | 1010011 | 111011 |
Color Harmonies of #429CED
Complementary color
Monochromatic Colors of #429CED
Black with #429CED
Text Example
Text Example
White with #429CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CED; }
p { color: rgb(66,156,237); }
H1.HeaderClassName
{
color: #429CED;
}
.AnyTagClassName
{
color: #429CED;
}
</style>
background-color css
<style>
a { background-color: #429CED; }
a { background-color: rgb(66,156,237); }
div.DivClassName
{
background-color: #429CED;
}
.BgClassName
{
background-color: #429CED;
}
</style>
border-color css
<style>
span { border-color: #429CED; }
span { border-color: rgb(66,156,237); }
td.TdClassName
{
border-color: #429CED;
}
.TagClassName
{
border-color: #429CED;
}
</style>