#429DDF

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

Shades of Summer Sky #429DDF

Tints of Summer Sky #429DDF

Color information

#429DDF (or 0x429DDF) is unknown color: approx Summer Sky. HEX triplet: 42, 9D and DF. RGB value is (66,157,223). Sum of RGB (Red+Green+Blue) = 66+157+223=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #429DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DDF is #BD6220. Grayscale: #888888. Windows color (decimal): -12411425 or 14654786. OLE color: 14654786.

HSL color Cylindrical-coordinate representation of color #429DDF: hue angle of 205.22º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429DDF is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66157223-
CMYK0.700.3000.13
HSL205.22º71.04%56.67%-
HSV(B)205.22º70.4%87.45%-
XYZ27.6230.674.26-
YUV137.32176.3577.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.80%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 223 (87.5% from 255) = 50%
R=14.80%
G=35.20%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661572230.700.3000.13205.2271.0456.67
Hex429DDF461E0Dcd4739
Octal1022353371063601531510771
Binary1000010100111011101111110001101111001101110011011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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