Shades of Summer Sky #429EDA
Tints of Summer Sky #429EDA
RGB
CMYK
RGB Variations
Color information
#429EDA (or 0x429EDA) is known color: Summer Sky. HEX triplet: 42, 9E and DA. RGB value is (66,158,218). Sum of RGB (Red+Green+Blue) = 66+158+218=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #429EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EDA is #BD6125. Grayscale: #898989. Windows color (decimal): -12411174 or 14327362. OLE color: 14327362.
HSL color Cylindrical-coordinate representation of color #429EDA: hue angle of 203.68º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429EDA is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 158 | 218 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.15 |
| HSL | 203.68º | 0.67% | 0.56% | - |
| HSV(B) | 203.68º | 0.7% | 0.85% | - |
| XYZ | 27.13 | 30.67 | 70.82 | - |
| YUV | 137.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 218 | 0.70 | 0.28 | 0 | 0.15 | 203.68 | 0.67 | 0.56 |
| Hex | 42 | 9E | DA | 46 | 1C | 0 | F | CC | 43 | 38 |
| Octal | 102 | 236 | 332 | 106 | 34 | 0 | 17 | 314 | 103 | 70 |
| Binary | 1000010 | 10011110 | 11011010 | 1000110 | 11100 | 0 | 1111 | 11001100 | 1000011 | 111000 |
Color Harmonies of #429EDA
Complementary color
Monochromatic Colors of #429EDA
Black with #429EDA
Text Example
Text Example
White with #429EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429EDA; }
p { color: rgb(66,158,218); }
H1.HeaderClassName
{
color: #429EDA;
}
.AnyTagClassName
{
color: #429EDA;
}
</style>
background-color css
<style>
a { background-color: #429EDA; }
a { background-color: rgb(66,158,218); }
div.DivClassName
{
background-color: #429EDA;
}
.BgClassName
{
background-color: #429EDA;
}
</style>
border-color css
<style>
span { border-color: #429EDA; }
span { border-color: rgb(66,158,218); }
td.TdClassName
{
border-color: #429EDA;
}
.TagClassName
{
border-color: #429EDA;
}
</style>