Html Css Color HEX #429C9B Blue Chill

📋 copy color: '#429C9B'

red 66 ◦ green 156 ◦ blue 155

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

Shades of Blue Chill #429C9B

Tints of Blue Chill #429C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 17.51%
G = 41.38%
B = 41.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#429C9B (or 0x429C9B) is known color: Blue Chill. HEX triplet: 42, 9C and 9B. RGB value is (66,156,155). Sum of RGB (Red+Green+Blue) = 66+156+155=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #429C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C9B is #BD6364. Grayscale: #808080. Windows color (decimal): -12411749 or 10198082. OLE color: 10198082.

HSL color Cylindrical-coordinate representation of color #429C9B: hue angle of 179.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C9B is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 156 155 -
CMYK 0.58 0 0.01 0.39
HSL 179.33º 0.41% 0.44% -
HSV(B) 179.33º 0.58% 0.61% -
XYZ 20.05 27.3 35.22 -
YUV 128.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 66 156 155 0.58 0 0.01 0.39 179.33 0.41 0.44
Hex 42 9C 9B 3A 0 1 27 B3 29 2C
Octal 102 234 233 72 0 1 47 263 51 54
Binary 1000010 10011100 10011011 111010 0 1 100111 10110011 101001 101100

Color Harmonies of #429C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C9B

Black with #429C9B

Text Example


Text Example

White with #429C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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