#429F99

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

Shades of Blue Chill #429F99

Tints of Blue Chill #429F99

Color information

#429F99 (or 0x429F99) is unknown color: approx Blue Chill. HEX triplet: 42, 9F and 99. RGB value is (66,159,153). Sum of RGB (Red+Green+Blue) = 66+159+153=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #429F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F99 is #BD6066. Grayscale: #828282. Windows color (decimal): -12410983 or 10067778. OLE color: 10067778.

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

Color convert

RGB66159153-
CMYK0.5800.040.38
HSL176.13º41.33%44.12%-
HSV(B)176.13º58.49%62.35%-
XYZ20.3928.2534.52-
YUV130.51140.6981.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=17.46%
G=42.06%
B=40.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591530.5800.040.38176.1341.3344.12
Hex429F993A0426b0292c
Octal1022372317204462605154
Binary10000101001111110011001111010010010011010110000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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