#429C97

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

Shades of Blue Chill #429C97

Tints of Blue Chill #429C97

Color information

#429C97 (or 0x429C97) is unknown color: approx Blue Chill. HEX triplet: 42, 9C and 97. RGB value is (66,156,151). Sum of RGB (Red+Green+Blue) = 66+156+151=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #429C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C97 is #BD6368. Grayscale: #808080. Windows color (decimal): -12411753 or 9935938. OLE color: 9935938.

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

Color convert

RGB66156151-
CMYK0.5800.030.39
HSL176.67º40.54%43.53%-
HSV(B)176.67º57.69%61.18%-
XYZ19.7227.1733.48-
YUV128.52140.6883.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 156 (61.33% from 255) = 41.82%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=17.69%
G=41.82%
B=40.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561510.5800.030.39176.6740.5443.53
Hex429C973A0327b1292c
Octal1022342277203472615154
Binary1000010100111001001011111101001110011110110001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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