Html Css Color HEX #429D99 Blue Chill

📋 copy color: '#429D99'

red 66 ◦ green 157 ◦ blue 153

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

Shades of Blue Chill #429D99

Tints of Blue Chill #429D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 17.55%
G = 41.76%
B = 40.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#429D99 (or 0x429D99) is known color: Blue Chill. HEX triplet: 42, 9D and 99. RGB value is (66,157,153). Sum of RGB (Red+Green+Blue) = 66+157+153=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #429D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429D99 is #BD6266. Grayscale: #818181. Windows color (decimal): -12411495 or 10067266. OLE color: 10067266.

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

Color convert

RGB 66 157 153 -
CMYK 0.58 0 0.03 0.38
HSL 177.36º 0.41% 0.44% -
HSV(B) 177.36º 0.58% 0.62% -
XYZ 20.05 27.57 34.4 -
YUV 129.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 66 157 153 0.58 0 0.03 0.38 177.36 0.41 0.44
Hex 42 9D 99 3A 0 3 26 B1 29 2C
Octal 102 235 231 72 0 3 46 261 51 54
Binary 1000010 10011101 10011001 111010 0 11 100110 10110001 101001 101100

Color Harmonies of #429D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D99

Black with #429D99

Text Example


Text Example

White with #429D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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