Html Css Color HEX #729DAC Bali Hai

📋 copy color: '#729DAC'

red 114 ◦ green 157 ◦ blue 172

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

Shades of Bali Hai #729DAC

Tints of Bali Hai #729DAC

RGB

 RED value IS 114 (44.92% from 255) = 25.73%

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 25.73%
G = 35.44%
B = 38.83%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#729DAC (or 0x729DAC) is known color: Bali Hai. HEX triplet: 72, 9D and AC. RGB value is (114,157,172). Sum of RGB (Red+Green+Blue) = 114+157+172=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #729DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DAC is #8D6253. Grayscale: #919191. Windows color (decimal): -9265748 or 11312498. OLE color: 11312498.

HSL color Cylindrical-coordinate representation of color #729DAC: hue angle of 195.52º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729DAC is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 157 172 -
CMYK 0.34 0.09 0 0.33
HSL 195.52º 0.26% 0.56% -
HSV(B) 195.52º 0.34% 0.67% -
XYZ 26.44 30.67 43.56 -
YUV 145.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 114 157 172 0.34 0.09 0 0.33 195.52 0.26 0.56
Hex 72 9D AC 22 9 0 21 C4 1A 38
Octal 162 235 254 42 11 0 41 304 32 70
Binary 1110010 10011101 10101100 100010 1001 0 100001 11000100 11010 111000

Color Harmonies of #729DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DAC

Black with #729DAC

Text Example


Text Example

White with #729DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729DAC; }

 p { color: rgb(114,157,172); }

 H1.HeaderClassName
 {
   color: #729DAC;
 }
 .AnyTagClassName
 {
   color: #729DAC;
 }
</style>

background-color css

<style>
 a { background-color: #729DAC; }

 a { background-color: rgb(114,157,172); }

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

border-color css

<style>
 span { border-color: #729DAC; }

 span { border-color: rgb(114,157,172); }

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