#429FDC

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

Shades of Summer Sky #429FDC

Tints of Summer Sky #429FDC

Color information

#429FDC (or 0x429FDC) is unknown color: approx Summer Sky. HEX triplet: 42, 9F and DC. RGB value is (66,159,220). Sum of RGB (Red+Green+Blue) = 66+159+220=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #429FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FDC is #BD6023. Grayscale: #898989. Windows color (decimal): -12410916 or 14458690. OLE color: 14458690.

HSL color Cylindrical-coordinate representation of color #429FDC: hue angle of 203.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429FDC is Cyan = 0.7, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66159220-
CMYK0.70.2800.14
HSL203.77º68.75%56.08%-
HSV(B)203.77º70%86.27%-
XYZ27.5631.1272.26-
YUV138.15174.1976.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.83%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 220 (86.33% from 255) = 49.44%
R=14.83%
G=35.73%
B=49.44%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal661592200.70.2800.14203.7768.7556.08
Hex429FDC461C0Ecc4538
Octal1022373341063401631410570
Binary1000010100111111101110010001101110001110110011001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,159,220); }

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

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

 a { background-color: rgb(66,159,220); }

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

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

 span { border-color: rgb(66,159,220); }

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