Shades of Summer Sky #429FDE
Tints of Summer Sky #429FDE
RGB
CMYK
RGB Variations
Color information
#429FDE (or 0x429FDE) is known color: Summer Sky. HEX triplet: 42, 9F and DE. RGB value is (66,159,222). Sum of RGB (Red+Green+Blue) = 66+159+222=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #429FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FDE is #BD6021. Grayscale: #8A8A8A. Windows color (decimal): -12410914 or 14589762. OLE color: 14589762.
HSL color Cylindrical-coordinate representation of color #429FDE: hue angle of 204.23º 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 #429FDE is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 159 | 222 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.13 |
| HSL | 204.23º | 0.7% | 0.56% | - |
| HSV(B) | 204.23º | 0.7% | 0.87% | - |
| XYZ | 27.83 | 31.23 | 73.67 | - |
| YUV | 138.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 222 | 0.70 | 0.28 | 0 | 0.13 | 204.23 | 0.7 | 0.56 |
| Hex | 42 | 9F | DE | 46 | 1C | 0 | D | CC | 46 | 38 |
| Octal | 102 | 237 | 336 | 106 | 34 | 0 | 15 | 314 | 106 | 70 |
| Binary | 1000010 | 10011111 | 11011110 | 1000110 | 11100 | 0 | 1101 | 11001100 | 1000110 | 111000 |
Color Harmonies of #429FDE
Complementary color
Monochromatic Colors of #429FDE
Black with #429FDE
Text Example
Text Example
White with #429FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FDE; }
p { color: rgb(66,159,222); }
H1.HeaderClassName
{
color: #429FDE;
}
.AnyTagClassName
{
color: #429FDE;
}
</style>
background-color css
<style>
a { background-color: #429FDE; }
a { background-color: rgb(66,159,222); }
div.DivClassName
{
background-color: #429FDE;
}
.BgClassName
{
background-color: #429FDE;
}
</style>
border-color css
<style>
span { border-color: #429FDE; }
span { border-color: rgb(66,159,222); }
td.TdClassName
{
border-color: #429FDE;
}
.TagClassName
{
border-color: #429FDE;
}
</style>