#429EF5

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

Shades of Summer Sky #429EF5

Tints of Summer Sky #429EF5

Color information

#429EF5 (or 0x429EF5) is unknown color: approx Summer Sky. HEX triplet: 42, 9E and F5. RGB value is (66,158,245). Sum of RGB (Red+Green+Blue) = 66+158+245=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #429EF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EF5 is #BD610A. Grayscale: #8B8B8B. Windows color (decimal): -12411147 or 16096834. OLE color: 16096834.

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

Color convert

RGB66158245-
CMYK0.730.3600.04
HSL209.16º89.95%60.98%-
HSV(B)209.16º73.06%96.08%-
XYZ30.9632.290.97-
YUV140.41187.0274.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.07%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 245 (96.09% from 255) = 52.24%
R=14.07%
G=33.69%
B=52.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal661582450.730.3600.04209.1689.9560.98
Hex429EF5492404d15a3d
Octal102236365111440432113275
Binary1000010100111101111010110010011001000100110100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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