#429D9B

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

Shades of Blue Chill #429D9B

Tints of Blue Chill #429D9B

Color information

#429D9B (or 0x429D9B) is unknown color: approx Blue Chill. HEX triplet: 42, 9D and 9B. RGB value is (66,157,155). Sum of RGB (Red+Green+Blue) = 66+157+155=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #429D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429D9B is #BD6264. Grayscale: #818181. Windows color (decimal): -12411493 or 10198338. OLE color: 10198338.

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

Color convert

RGB66157155-
CMYK0.5800.010.38
HSL178.68º40.81%43.73%-
HSV(B)178.68º57.96%61.57%-
XYZ20.2227.6435.28-
YUV129.56142.3582.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=17.46%
G=41.53%
B=41.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661571550.5800.010.38178.6840.8143.73
Hex429D9B3A0126b3292c
Octal1022352337201462635154
Binary100001010011101100110111110100110011010110011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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