Shades of Summer Sky #429EEF
Tints of Summer Sky #429EEF
RGB
CMYK
RGB Variations
Color information
#429EEF (or 0x429EEF) is known color: Summer Sky. HEX triplet: 42, 9E and EF. RGB value is (66,158,239). Sum of RGB (Red+Green+Blue) = 66+158+239=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #429EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EEF is #BD6110. Grayscale: #8B8B8B. Windows color (decimal): -12411153 or 15703618. OLE color: 15703618.
HSL color Cylindrical-coordinate representation of color #429EEF: hue angle of 208.09º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #429EEF is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 158 | 239 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.06 |
| HSL | 208.09º | 0.84% | 0.6% | - |
| HSV(B) | 208.09º | 0.72% | 0.94% | - |
| XYZ | 30.05 | 31.84 | 86.22 | - |
| YUV | 139.73 | 184.02 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 239 | 0.72 | 0.34 | 0 | 0.06 | 208.09 | 0.84 | 0.6 |
| Hex | 42 | 9E | EF | 48 | 22 | 0 | 6 | D0 | 54 | 3C |
| Octal | 102 | 236 | 357 | 110 | 42 | 0 | 6 | 320 | 124 | 74 |
| Binary | 1000010 | 10011110 | 11101111 | 1001000 | 100010 | 0 | 110 | 11010000 | 1010100 | 111100 |
Color Harmonies of #429EEF
Complementary color
Monochromatic Colors of #429EEF
Black with #429EEF
Text Example
Text Example
White with #429EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429EEF; }
p { color: rgb(66,158,239); }
H1.HeaderClassName
{
color: #429EEF;
}
.AnyTagClassName
{
color: #429EEF;
}
</style>
background-color css
<style>
a { background-color: #429EEF; }
a { background-color: rgb(66,158,239); }
div.DivClassName
{
background-color: #429EEF;
}
.BgClassName
{
background-color: #429EEF;
}
</style>
border-color css
<style>
span { border-color: #429EEF; }
span { border-color: rgb(66,158,239); }
td.TdClassName
{
border-color: #429EEF;
}
.TagClassName
{
border-color: #429EEF;
}
</style>