#429F97

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

Shades of Blue Chill #429F97

Tints of Blue Chill #429F97

Color information

#429F97 (or 0x429F97) is unknown color: approx Blue Chill. HEX triplet: 42, 9F and 97. RGB value is (66,159,151). Sum of RGB (Red+Green+Blue) = 66+159+151=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #429F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F97 is #BD6068. Grayscale: #828282. Windows color (decimal): -12410985 or 9936706. OLE color: 9936706.

HSL color Cylindrical-coordinate representation of color #429F97: hue angle of 174.84º 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 #429F97 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB66159151-
CMYK0.5800.050.38
HSL174.84º41.33%44.12%-
HSV(B)174.84º58.49%62.35%-
XYZ20.2328.1933.65-
YUV130.28139.6982.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.55%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=17.55%
G=42.29%
B=40.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591510.5800.050.38174.8441.3344.12
Hex429F973A0526af292c
Octal1022372277205462575154
Binary10000101001111110010111111010010110011010101111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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