Shades of Summer Sky #429FF0
Tints of Summer Sky #429FF0
RGB
CMYK
RGB Variations
Color information
#429FF0 (or 0x429FF0) is known color: Summer Sky. HEX triplet: 42, 9F and F0. RGB value is (66,159,240). Sum of RGB (Red+Green+Blue) = 66+159+240=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #429FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429FF0 is #BD600F. Grayscale: #8C8C8C. Windows color (decimal): -12410896 or 15769410. OLE color: 15769410.
HSL color Cylindrical-coordinate representation of color #429FF0: hue angle of 207.93º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429FF0 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 159 | 240 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.06 |
| HSL | 207.93º | 0.85% | 0.6% | - |
| HSV(B) | 207.93º | 0.73% | 0.94% | - |
| XYZ | 30.37 | 32.25 | 87.06 | - |
| YUV | 140.43 | 184.19 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 240 | 0.72 | 0.34 | 0 | 0.06 | 207.93 | 0.85 | 0.6 |
| Hex | 42 | 9F | F0 | 48 | 22 | 0 | 6 | D0 | 55 | 3C |
| Octal | 102 | 237 | 360 | 110 | 42 | 0 | 6 | 320 | 125 | 74 |
| Binary | 1000010 | 10011111 | 11110000 | 1001000 | 100010 | 0 | 110 | 11010000 | 1010101 | 111100 |
Color Harmonies of #429FF0
Complementary color
Monochromatic Colors of #429FF0
Black with #429FF0
Text Example
Text Example
White with #429FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FF0; }
p { color: rgb(66,159,240); }
H1.HeaderClassName
{
color: #429FF0;
}
.AnyTagClassName
{
color: #429FF0;
}
</style>
background-color css
<style>
a { background-color: #429FF0; }
a { background-color: rgb(66,159,240); }
div.DivClassName
{
background-color: #429FF0;
}
.BgClassName
{
background-color: #429FF0;
}
</style>
border-color css
<style>
span { border-color: #429FF0; }
span { border-color: rgb(66,159,240); }
td.TdClassName
{
border-color: #429FF0;
}
.TagClassName
{
border-color: #429FF0;
}
</style>