#429C9F

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

Shades of Blue Chill #429C9F

Tints of Blue Chill #429C9F

Color information

#429C9F (or 0x429C9F) is unknown color: approx Blue Chill. HEX triplet: 42, 9C and 9F. RGB value is (66,156,159). Sum of RGB (Red+Green+Blue) = 66+156+159=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #429C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C9F is #BD6360. Grayscale: #818181. Windows color (decimal): -12411745 or 10460226. OLE color: 10460226.

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

Color convert

RGB66156159-
CMYK0.580.0200.38
HSL181.94º41.33%44.12%-
HSV(B)181.94º58.49%62.35%-
XYZ20.3927.4437.02-
YUV129.43144.6882.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.32%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=17.32%
G=40.94%
B=41.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661561590.580.0200.38181.9441.3344.12
Hex429C9F3A2026b6292c
Octal1022342377220462665154
Binary1000010100111001001111111101010010011010110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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