#429ED5

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

Shades of Summer Sky #429ED5

Tints of Summer Sky #429ED5

Color information

#429ED5 (or 0x429ED5) is unknown color: approx Summer Sky. HEX triplet: 42, 9E and D5. RGB value is (66,158,213). Sum of RGB (Red+Green+Blue) = 66+158+213=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #429ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ED5 is #BD612A. Grayscale: #888888. Windows color (decimal): -12411179 or 13999682. OLE color: 13999682.

HSL color Cylindrical-coordinate representation of color #429ED5: hue angle of 202.45º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429ED5 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB66158213-
CMYK0.690.2600.16
HSL202.45º63.64%54.71%-
HSV(B)202.45º69.01%83.53%-
XYZ26.4830.4267.43-
YUV136.76171.0277.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 213 (83.59% from 255) = 48.74%
R=15.10%
G=36.16%
B=48.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal661582130.690.2600.16202.4563.6454.71
Hex429ED5451A010ca4037
Octal1022363251053202031210067
Binary10000101001111011010101100010111010010000110010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,158,213); }

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

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

 a { background-color: rgb(66,158,213); }

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

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

 span { border-color: rgb(66,158,213); }

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