#429EED

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

Shades of Summer Sky #429EED

Tints of Summer Sky #429EED

Color information

#429EED (or 0x429EED) is unknown color: approx Summer Sky. HEX triplet: 42, 9E and ED. RGB value is (66,158,237). Sum of RGB (Red+Green+Blue) = 66+158+237=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #429EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EED is #BD6112. Grayscale: #8B8B8B. Windows color (decimal): -12411155 or 15572546. OLE color: 15572546.

HSL color Cylindrical-coordinate representation of color #429EED: hue angle of 207.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #429EED is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66158237-
CMYK0.720.3300.07
HSL207.72º82.61%59.41%-
HSV(B)207.72º72.15%92.94%-
XYZ29.7631.7384.68-
YUV139.5183.0275.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.32%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 237 (92.97% from 255) = 51.41%
R=14.32%
G=34.27%
B=51.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661582370.720.3300.07207.7282.6159.41
Hex429EED482107d0533b
Octal102236355110410732012373
Binary1000010100111101110110110010001000010111110100001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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