Html Css Color HEX #429D93 Blue Chill

📋 copy color: '#429D93'

red 66 ◦ green 157 ◦ blue 147

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

Shades of Blue Chill #429D93

Tints of Blue Chill #429D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 17.84%
G = 42.43%
B = 39.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#429D93 (or 0x429D93) is known color: Blue Chill. HEX triplet: 42, 9D and 93. RGB value is (66,157,147). Sum of RGB (Red+Green+Blue) = 66+157+147=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #429D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429D93 is #BD626C. Grayscale: #808080. Windows color (decimal): -12411501 or 9674050. OLE color: 9674050.

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

Color convert

RGB 66 157 147 -
CMYK 0.58 0 0.06 0.38
HSL 173.41º 0.41% 0.44% -
HSV(B) 173.41º 0.58% 0.62% -
XYZ 19.57 27.38 31.86 -
YUV 128.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 66 157 147 0.58 0 0.06 0.38 173.41 0.41 0.44
Hex 42 9D 93 3A 0 6 26 AD 29 2C
Octal 102 235 223 72 0 6 46 255 51 54
Binary 1000010 10011101 10010011 111010 0 110 100110 10101101 101001 101100

Color Harmonies of #429D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D93

Black with #429D93

Text Example


Text Example

White with #429D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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