#429A9E

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

Shades of Blue Chill #429A9E

Tints of Blue Chill #429A9E

Color information

#429A9E (or 0x429A9E) is unknown color: approx Blue Chill. HEX triplet: 42, 9A and 9E. RGB value is (66,154,158). Sum of RGB (Red+Green+Blue) = 66+154+158=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #429A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429A9E is #BD6561. Grayscale: #808080. Windows color (decimal): -12412258 or 10394178. OLE color: 10394178.

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

Color convert

RGB66154158-
CMYK0.580.0300.38
HSL182.61º41.07%43.92%-
HSV(B)182.61º58.23%61.96%-
XYZ19.9726.7436.46-
YUV128.14144.8583.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=17.46%
G=40.74%
B=41.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661541580.580.0300.38182.6141.0743.92
Hex429A9E3A3026b7292c
Octal1022322367230462675154
Binary1000010100110101001111011101011010011010110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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