Html Css Color HEX #729CAE Bali Hai

📋 copy color: '#729CAE'

red 114 ◦ green 156 ◦ blue 174

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

Shades of Bali Hai #729CAE

Tints of Bali Hai #729CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.14%

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

R = 25.68%
G = 35.14%
B = 39.19%

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

#729CAE (or 0x729CAE) is known color: Bali Hai. HEX triplet: 72, 9C and AE. RGB value is (114,156,174). Sum of RGB (Red+Green+Blue) = 114+156+174=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #729CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CAE is #8D6351. Grayscale: #919191. Windows color (decimal): -9266002 or 11443314. OLE color: 11443314.

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

Color convert

RGB 114 156 174 -
CMYK 0.34 0.10 0 0.32
HSL 198º 0.27% 0.56% -
HSV(B) 198º 0.34% 0.68% -
XYZ 26.47 30.41 44.52 -
YUV 145.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 114 156 174 0.34 0.10 0 0.32 198 0.27 0.56
Hex 72 9C AE 22 A 0 20 C6 1B 38
Octal 162 234 256 42 12 0 40 306 33 70
Binary 1110010 10011100 10101110 100010 1010 0 100000 11000110 11011 111000

Color Harmonies of #729CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CAE

Black with #729CAE

Text Example


Text Example

White with #729CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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