Shades of Summer Sky #429BDD
Tints of Summer Sky #429BDD
RGB
CMYK
RGB Variations
Color information
#429BDD (or 0x429BDD) is known color: Summer Sky. HEX triplet: 42, 9B and DD. RGB value is (66,155,221). Sum of RGB (Red+Green+Blue) = 66+155+221=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #429BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BDD is #BD6422. Grayscale: #878787. Windows color (decimal): -12411939 or 14523202. OLE color: 14523202.
HSL color Cylindrical-coordinate representation of color #429BDD: hue angle of 205.55º 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 #429BDD is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 155 | 221 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.13 |
| HSL | 205.55º | 0.7% | 0.56% | - |
| HSV(B) | 205.55º | 0.7% | 0.87% | - |
| XYZ | 27.02 | 29.82 | 72.74 | - |
| YUV | 135.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 221 | 0.70 | 0.30 | 0 | 0.13 | 205.55 | 0.7 | 0.56 |
| Hex | 42 | 9B | DD | 46 | 1E | 0 | D | CE | 46 | 38 |
| Octal | 102 | 233 | 335 | 106 | 36 | 0 | 15 | 316 | 106 | 70 |
| Binary | 1000010 | 10011011 | 11011101 | 1000110 | 11110 | 0 | 1101 | 11001110 | 1000110 | 111000 |
Color Harmonies of #429BDD
Complementary color
Monochromatic Colors of #429BDD
Black with #429BDD
Text Example
Text Example
White with #429BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BDD; }
p { color: rgb(66,155,221); }
H1.HeaderClassName
{
color: #429BDD;
}
.AnyTagClassName
{
color: #429BDD;
}
</style>
background-color css
<style>
a { background-color: #429BDD; }
a { background-color: rgb(66,155,221); }
div.DivClassName
{
background-color: #429BDD;
}
.BgClassName
{
background-color: #429BDD;
}
</style>
border-color css
<style>
span { border-color: #429BDD; }
span { border-color: rgb(66,155,221); }
td.TdClassName
{
border-color: #429BDD;
}
.TagClassName
{
border-color: #429BDD;
}
</style>