#429DF7

Color #429DF7 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #429DF7

Tints of Summer Sky #429DF7

Color information

#429DF7 (or 0x429DF7) is unknown color: approx Summer Sky. HEX triplet: 42, 9D and F7. RGB value is (66,157,247). Sum of RGB (Red+Green+Blue) = 66+157+247=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #429DF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429DF7 is #BD6208. Grayscale: #8B8B8B. Windows color (decimal): -12411401 or 16227650. OLE color: 16227650.

HSL color Cylindrical-coordinate representation of color #429DF7: hue angle of 209.83º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429DF7 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB66157247-
CMYK0.730.3600.03
HSL209.83º91.88%61.37%-
HSV(B)209.83º73.28%96.86%-
XYZ31.0931.9992.53-
YUV140.05188.3575.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 14.04%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 247 (96.88% from 255) = 52.55%
R=14.04%
G=33.40%
B=52.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal661572470.730.3600.03209.8391.8861.37
Hex429DF7492403d25c3d
Octal102235367111440332213475
Binary100001010011101111101111001001100100011110100101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429DF7; }

 p { color: rgb(66,157,247); }

 H1.HeaderClassName
 {
   color: #429DF7;
 }
 .AnyTagClassName
 {
   color: #429DF7;
 }
</style>
background-color css

<style>
 a { background-color: #429DF7; }

 a { background-color: rgb(66,157,247); }

 div.DivClassName
 {
   background-color: #429DF7;
 }
 .BgClassName
 {
   background-color: #429DF7;
 }
</style>
border-color css

<style>
 span { border-color: #429DF7; }

 span { border-color: rgb(66,157,247); }

 td.TdClassName
 {
   border-color: #429DF7;
 }
 .TagClassName
 {
   border-color: #429DF7;
 }
</style>