Html Css Color HEX #429AA0 Blue Chill

📋 copy color: '#429AA0'

red 66 ◦ green 154 ◦ blue 160

#429AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #429AA0

Tints of Blue Chill #429AA0

RGB

 RED value IS 66 (26.17% from 255) = 17.37%

 GREEN value IS 154 (60.55% from 255) = 40.53%

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 17.37%
G = 40.53%
B = 42.11%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#429AA0 (or 0x429AA0) is known color: Blue Chill. HEX triplet: 42, 9A and A0. RGB value is (66,154,160). Sum of RGB (Red+Green+Blue) = 66+154+160=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #429AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429AA0 is #BD655F. Grayscale: #808080. Windows color (decimal): -12412256 or 10525250. OLE color: 10525250.

HSL color Cylindrical-coordinate representation of color #429AA0: hue angle of 183.83º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #429AA0 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 154 160 -
CMYK 0.59 0.04 0 0.37
HSL 183.83º 0.42% 0.44% -
HSV(B) 183.83º 0.59% 0.63% -
XYZ 20.15 26.81 37.37 -
YUV 128.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 66 154 160 0.59 0.04 0 0.37 183.83 0.42 0.44
Hex 42 9A A0 3B 4 0 25 B8 2A 2C
Octal 102 232 240 73 4 0 45 270 52 54
Binary 1000010 10011010 10100000 111011 100 0 100101 10111000 101010 101100

Color Harmonies of #429AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AA0

Black with #429AA0

Text Example


Text Example

White with #429AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #429AA0;
 }
 .AnyTagClassName
 {
   color: #429AA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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