#429f96

Color #429F96 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #429F96

Tints of Blue Chill #429F96

Color information

#429F96 (or 0x429F96) is unknown color: approx Blue Chill. HEX triplet: 42, 9F and 96. RGB value is (66,159,150). Sum of RGB (Red+Green+Blue) = 66+159+150=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #429F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F96 is #BD6069. Grayscale: #828282. Windows color (decimal): -12410986 or 9871170. OLE color: 9871170.

HSL color Cylindrical-coordinate representation of color #429F96: hue angle of 174.19º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429F96 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB66159150-
CMYK0.5800.060.38
HSL174.19º41.33%44.12%-
HSV(B)174.19º58.49%62.35%-
XYZ20.1528.1633.23-
YUV130.17139.1982.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 150 (58.98% from 255) = 40%
R=17.6%
G=42.4%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591500.5800.060.38174.1941.3344.12
Hex429F963A0626ae292c
Octal1022372267206462565154
Binary10000101001111110010110111010011010011010101110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429f96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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