#429B97

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

Shades of Blue Chill #429B97

Tints of Blue Chill #429B97

Color information

#429B97 (or 0x429B97) is unknown color: approx Blue Chill. HEX triplet: 42, 9B and 97. RGB value is (66,155,151). Sum of RGB (Red+Green+Blue) = 66+155+151=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #429B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429B97 is #BD6468. Grayscale: #7F7F7F. Windows color (decimal): -12412009 or 9935682. OLE color: 9935682.

HSL color Cylindrical-coordinate representation of color #429B97: hue angle of 177.3º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B97 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB66155151-
CMYK0.5700.030.39
HSL177.3º40.27%43.33%-
HSV(B)177.3º57.42%60.78%-
XYZ19.5526.8433.43-
YUV127.93141.0183.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=17.74%
G=41.67%
B=40.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661551510.5700.030.39177.340.2743.33
Hex429B97390327b1282b
Octal1022332277103472615053
Binary1000010100110111001011111100101110011110110001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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