Shades of Summer Sky #429BDC
Tints of Summer Sky #429BDC
RGB
CMYK
RGB Variations
Color information
#429BDC (or 0x429BDC) is known color: Summer Sky. HEX triplet: 42, 9B and DC. RGB value is (66,155,220). Sum of RGB (Red+Green+Blue) = 66+155+220=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #429BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BDC is #BD6423. Grayscale: #878787. Windows color (decimal): -12411940 or 14457666. OLE color: 14457666.
HSL color Cylindrical-coordinate representation of color #429BDC: hue angle of 205.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429BDC is Cyan = 0.7, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 155 | 220 | - |
| CMYK | 0.7 | 0.30 | 0 | 0.14 |
| HSL | 205.32º | 0.69% | 0.56% | - |
| HSV(B) | 205.32º | 0.7% | 0.86% | - |
| XYZ | 26.89 | 29.77 | 72.04 | - |
| YUV | 135.8 | 175.51 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 220 | 0.7 | 0.30 | 0 | 0.14 | 205.32 | 0.69 | 0.56 |
| Hex | 42 | 9B | DC | 46 | 1E | 0 | E | CD | 45 | 38 |
| Octal | 102 | 233 | 334 | 106 | 36 | 0 | 16 | 315 | 105 | 70 |
| Binary | 1000010 | 10011011 | 11011100 | 1000110 | 11110 | 0 | 1110 | 11001101 | 1000101 | 111000 |
Color Harmonies of #429BDC
Complementary color
Monochromatic Colors of #429BDC
Black with #429BDC
Text Example
Text Example
White with #429BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BDC; }
p { color: rgb(66,155,220); }
H1.HeaderClassName
{
color: #429BDC;
}
.AnyTagClassName
{
color: #429BDC;
}
</style>
background-color css
<style>
a { background-color: #429BDC; }
a { background-color: rgb(66,155,220); }
div.DivClassName
{
background-color: #429BDC;
}
.BgClassName
{
background-color: #429BDC;
}
</style>
border-color css
<style>
span { border-color: #429BDC; }
span { border-color: rgb(66,155,220); }
td.TdClassName
{
border-color: #429BDC;
}
.TagClassName
{
border-color: #429BDC;
}
</style>