#429E97

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

Shades of Blue Chill #429E97

Tints of Blue Chill #429E97

Color information

#429E97 (or 0x429E97) is unknown color: approx Blue Chill. HEX triplet: 42, 9E and 97. RGB value is (66,158,151). Sum of RGB (Red+Green+Blue) = 66+158+151=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #429E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429E97 is #BD6168. Grayscale: #818181. Windows color (decimal): -12411241 or 9936450. OLE color: 9936450.

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

Color convert

RGB66158151-
CMYK0.5800.040.38
HSL175.43º41.07%43.92%-
HSV(B)175.43º58.23%61.96%-
XYZ20.0627.8533.6-
YUV129.69140.0282.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=17.6%
G=42.13%
B=40.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661581510.5800.040.38175.4341.0743.92
Hex429E973A0426af292c
Octal1022362277204462575154
Binary10000101001111010010111111010010010011010101111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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