Shades of Summer Sky #429DD4
Tints of Summer Sky #429DD4
RGB
CMYK
RGB Variations
Color information
#429DD4 (or 0x429DD4) is known color: Summer Sky. HEX triplet: 42, 9D and D4. RGB value is (66,157,212). Sum of RGB (Red+Green+Blue) = 66+157+212=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #429DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DD4 is #BD622B. Grayscale: #878787. Windows color (decimal): -12411436 or 13933890. OLE color: 13933890.
HSL color Cylindrical-coordinate representation of color #429DD4: hue angle of 202.6º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429DD4 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 157 | 212 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.17 |
| HSL | 202.6º | 0.63% | 0.55% | - |
| HSV(B) | 202.6º | 0.69% | 0.83% | - |
| XYZ | 26.19 | 30.03 | 66.7 | - |
| YUV | 136.06 | 170.85 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 212 | 0.69 | 0.26 | 0 | 0.17 | 202.6 | 0.63 | 0.55 |
| Hex | 42 | 9D | D4 | 45 | 1A | 0 | 11 | CB | 3F | 37 |
| Octal | 102 | 235 | 324 | 105 | 32 | 0 | 21 | 313 | 77 | 67 |
| Binary | 1000010 | 10011101 | 11010100 | 1000101 | 11010 | 0 | 10001 | 11001011 | 111111 | 110111 |
Color Harmonies of #429DD4
Complementary color
Monochromatic Colors of #429DD4
Black with #429DD4
Text Example
Text Example
White with #429DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DD4; }
p { color: rgb(66,157,212); }
H1.HeaderClassName
{
color: #429DD4;
}
.AnyTagClassName
{
color: #429DD4;
}
</style>
background-color css
<style>
a { background-color: #429DD4; }
a { background-color: rgb(66,157,212); }
div.DivClassName
{
background-color: #429DD4;
}
.BgClassName
{
background-color: #429DD4;
}
</style>
border-color css
<style>
span { border-color: #429DD4; }
span { border-color: rgb(66,157,212); }
td.TdClassName
{
border-color: #429DD4;
}
.TagClassName
{
border-color: #429DD4;
}
</style>