Html Css Color HEX #729EAE Bali Hai

📋 copy color: '#729EAE'

red 114 ◦ green 158 ◦ blue 174

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

Shades of Bali Hai #729EAE

Tints of Bali Hai #729EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

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

R = 25.56%
G = 35.43%
B = 39.01%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#729EAE (or 0x729EAE) is known color: Bali Hai. HEX triplet: 72, 9E and AE. RGB value is (114,158,174). Sum of RGB (Red+Green+Blue) = 114+158+174=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #729EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729EAE is #8D6151. Grayscale: #929292. Windows color (decimal): -9265490 or 11443826. OLE color: 11443826.

HSL color Cylindrical-coordinate representation of color #729EAE: hue angle of 196º 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 #729EAE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 158 174 -
CMYK 0.34 0.09 0 0.32
HSL 196º 0.27% 0.56% -
HSV(B) 196º 0.34% 0.68% -
XYZ 26.81 31.09 44.63 -
YUV 146.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 114 158 174 0.34 0.09 0 0.32 196 0.27 0.56
Hex 72 9E AE 22 9 0 20 C4 1B 38
Octal 162 236 256 42 11 0 40 304 33 70
Binary 1110010 10011110 10101110 100010 1001 0 100000 11000100 11011 111000

Color Harmonies of #729EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EAE

Black with #729EAE

Text Example


Text Example

White with #729EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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