Shades of Summer Sky #429ADF
Tints of Summer Sky #429ADF
RGB
CMYK
RGB Variations
Color information
#429ADF (or 0x429ADF) is known color: Summer Sky. HEX triplet: 42, 9A and DF. RGB value is (66,154,223). Sum of RGB (Red+Green+Blue) = 66+154+223=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #429ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ADF is #BD6520. Grayscale: #878787. Windows color (decimal): -12412193 or 14654018. OLE color: 14654018.
HSL color Cylindrical-coordinate representation of color #429ADF: hue angle of 206.37º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429ADF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 154 | 223 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.13 |
| HSL | 206.37º | 0.71% | 0.57% | - |
| HSV(B) | 206.37º | 0.7% | 0.87% | - |
| XYZ | 27.12 | 29.6 | 74.1 | - |
| YUV | 135.55 | 177.35 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 223 | 0.70 | 0.31 | 0 | 0.13 | 206.37 | 0.71 | 0.57 |
| Hex | 42 | 9A | DF | 46 | 1F | 0 | D | CE | 47 | 39 |
| Octal | 102 | 232 | 337 | 106 | 37 | 0 | 15 | 316 | 107 | 71 |
| Binary | 1000010 | 10011010 | 11011111 | 1000110 | 11111 | 0 | 1101 | 11001110 | 1000111 | 111001 |
Color Harmonies of #429ADF
Complementary color
Monochromatic Colors of #429ADF
Black with #429ADF
Text Example
Text Example
White with #429ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429ADF; }
p { color: rgb(66,154,223); }
H1.HeaderClassName
{
color: #429ADF;
}
.AnyTagClassName
{
color: #429ADF;
}
</style>
background-color css
<style>
a { background-color: #429ADF; }
a { background-color: rgb(66,154,223); }
div.DivClassName
{
background-color: #429ADF;
}
.BgClassName
{
background-color: #429ADF;
}
</style>
border-color css
<style>
span { border-color: #429ADF; }
span { border-color: rgb(66,154,223); }
td.TdClassName
{
border-color: #429ADF;
}
.TagClassName
{
border-color: #429ADF;
}
</style>