Html Css Color HEX #729DAE Bali Hai

📋 copy color: '#729DAE'

red 114 ◦ green 157 ◦ blue 174

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

Shades of Bali Hai #729DAE

Tints of Bali Hai #729DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 25.62%
G = 35.28%
B = 39.1%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#729DAE (or 0x729DAE) is known color: Bali Hai. HEX triplet: 72, 9D and AE. RGB value is (114,157,174). Sum of RGB (Red+Green+Blue) = 114+157+174=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #729DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DAE is #8D6251. Grayscale: #919191. Windows color (decimal): -9265746 or 11443570. OLE color: 11443570.

HSL color Cylindrical-coordinate representation of color #729DAE: hue angle of 197º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729DAE is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 157 174 -
CMYK 0.34 0.10 0 0.32
HSL 197º 0.27% 0.56% -
HSV(B) 197º 0.34% 0.68% -
XYZ 26.64 30.75 44.58 -
YUV 146.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 114 157 174 0.34 0.10 0 0.32 197 0.27 0.56
Hex 72 9D AE 22 A 0 20 C5 1B 38
Octal 162 235 256 42 12 0 40 305 33 70
Binary 1110010 10011101 10101110 100010 1010 0 100000 11000101 11011 111000

Color Harmonies of #729DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DAE

Black with #729DAE

Text Example


Text Example

White with #729DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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