#429E9E

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

Shades of Blue Chill #429E9E

Tints of Blue Chill #429E9E

Color information

#429E9E (or 0x429E9E) is unknown color: approx Blue Chill. HEX triplet: 42, 9E and 9E. RGB value is (66,158,158). Sum of RGB (Red+Green+Blue) = 66+158+158=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #429E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429E9E is #BD6161. Grayscale: #828282. Windows color (decimal): -12411234 or 10395202. OLE color: 10395202.

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

Color convert

RGB66158158-
CMYK0.58000.38
HSL180º41.07%43.92%-
HSV(B)180º58.23%61.96%-
XYZ20.6528.0836.68-
YUV130.49143.5282-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=17.28%
G=41.36%
B=41.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661581580.58000.3818041.0743.92
Hex429E9E3A0026b4292c
Octal1022362367200462645154
Binary100001010011110100111101110100010011010110100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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