Shades of Summer Sky #429FD2
Tints of Summer Sky #429FD2
RGB
CMYK
RGB Variations
Color information
#429FD2 (or 0x429FD2) is known color: Summer Sky. HEX triplet: 42, 9F and D2. RGB value is (66,159,210). Sum of RGB (Red+Green+Blue) = 66+159+210=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #429FD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FD2 is #BD602D. Grayscale: #888888. Windows color (decimal): -12410926 or 13803330. OLE color: 13803330.
HSL color Cylindrical-coordinate representation of color #429FD2: hue angle of 201.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429FD2 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 159 | 210 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.18 |
| HSL | 201.25º | 0.62% | 0.54% | - |
| HSV(B) | 201.25º | 0.69% | 0.82% | - |
| XYZ | 26.28 | 30.61 | 65.5 | - |
| YUV | 137.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 210 | 0.69 | 0.24 | 0 | 0.18 | 201.25 | 0.62 | 0.54 |
| Hex | 42 | 9F | D2 | 45 | 18 | 0 | 12 | C9 | 3E | 36 |
| Octal | 102 | 237 | 322 | 105 | 30 | 0 | 22 | 311 | 76 | 66 |
| Binary | 1000010 | 10011111 | 11010010 | 1000101 | 11000 | 0 | 10010 | 11001001 | 111110 | 110110 |
Color Harmonies of #429FD2
Complementary color
Monochromatic Colors of #429FD2
Black with #429FD2
Text Example
Text Example
White with #429FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FD2; }
p { color: rgb(66,159,210); }
H1.HeaderClassName
{
color: #429FD2;
}
.AnyTagClassName
{
color: #429FD2;
}
</style>
background-color css
<style>
a { background-color: #429FD2; }
a { background-color: rgb(66,159,210); }
div.DivClassName
{
background-color: #429FD2;
}
.BgClassName
{
background-color: #429FD2;
}
</style>
border-color css
<style>
span { border-color: #429FD2; }
span { border-color: rgb(66,159,210); }
td.TdClassName
{
border-color: #429FD2;
}
.TagClassName
{
border-color: #429FD2;
}
</style>