#429B9E

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

Shades of Blue Chill #429B9E

Tints of Blue Chill #429B9E

Color information

#429B9E (or 0x429B9E) is unknown color: approx Blue Chill. HEX triplet: 42, 9B and 9E. RGB value is (66,155,158). Sum of RGB (Red+Green+Blue) = 66+155+158=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #429B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429B9E is #BD6461. Grayscale: #808080. Windows color (decimal): -12412002 or 10394434. OLE color: 10394434.

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

Color convert

RGB66155158-
CMYK0.580.0200.38
HSL181.96º41.07%43.92%-
HSV(B)181.96º58.23%61.96%-
XYZ20.1427.0736.51-
YUV128.73144.5183.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=17.41%
G=40.90%
B=41.69%

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
Decimal661551580.580.0200.38181.9641.0743.92
Hex429B9E3A2026b6292c
Octal1022332367220462665154
Binary1000010100110111001111011101010010011010110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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