Shades of Summer Sky #429EDD
Tints of Summer Sky #429EDD
RGB
CMYK
RGB Variations
Color information
#429EDD (or 0x429EDD) is known color: Summer Sky. HEX triplet: 42, 9E and DD. RGB value is (66,158,221). Sum of RGB (Red+Green+Blue) = 66+158+221=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #429EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EDD is #BD6122. Grayscale: #898989. Windows color (decimal): -12411171 or 14523970. OLE color: 14523970.
HSL color Cylindrical-coordinate representation of color #429EDD: hue angle of 204.39º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429EDD is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 158 | 221 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.13 |
| HSL | 204.39º | 0.7% | 0.56% | - |
| HSV(B) | 204.39º | 0.7% | 0.87% | - |
| XYZ | 27.52 | 30.83 | 72.91 | - |
| YUV | 137.67 | 175.02 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 221 | 0.70 | 0.29 | 0 | 0.13 | 204.39 | 0.7 | 0.56 |
| Hex | 42 | 9E | DD | 46 | 1D | 0 | D | CC | 46 | 38 |
| Octal | 102 | 236 | 335 | 106 | 35 | 0 | 15 | 314 | 106 | 70 |
| Binary | 1000010 | 10011110 | 11011101 | 1000110 | 11101 | 0 | 1101 | 11001100 | 1000110 | 111000 |
Color Harmonies of #429EDD
Complementary color
Monochromatic Colors of #429EDD
Black with #429EDD
Text Example
Text Example
White with #429EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429EDD; }
p { color: rgb(66,158,221); }
H1.HeaderClassName
{
color: #429EDD;
}
.AnyTagClassName
{
color: #429EDD;
}
</style>
background-color css
<style>
a { background-color: #429EDD; }
a { background-color: rgb(66,158,221); }
div.DivClassName
{
background-color: #429EDD;
}
.BgClassName
{
background-color: #429EDD;
}
</style>
border-color css
<style>
span { border-color: #429EDD; }
span { border-color: rgb(66,158,221); }
td.TdClassName
{
border-color: #429EDD;
}
.TagClassName
{
border-color: #429EDD;
}
</style>