Html Css Color HEX #729BAE Bali Hai

📋 copy color: '#729BAE'

red 114 ◦ green 155 ◦ blue 174

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

Shades of Bali Hai #729BAE

Tints of Bali Hai #729BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.99%

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

R = 25.73%
G = 34.99%
B = 39.28%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#729BAE (or 0x729BAE) is known color: Bali Hai. HEX triplet: 72, 9B and AE. RGB value is (114,155,174). Sum of RGB (Red+Green+Blue) = 114+155+174=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #729BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BAE is #8D6451. Grayscale: #909090. Windows color (decimal): -9266258 or 11443058. OLE color: 11443058.

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

Color convert

RGB 114 155 174 -
CMYK 0.34 0.11 0 0.32
HSL 199º 0.27% 0.56% -
HSV(B) 199º 0.34% 0.68% -
XYZ 26.3 30.08 44.46 -
YUV 144.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 114 155 174 0.34 0.11 0 0.32 199 0.27 0.56
Hex 72 9B AE 22 B 0 20 C7 1B 38
Octal 162 233 256 42 13 0 40 307 33 70
Binary 1110010 10011011 10101110 100010 1011 0 100000 11000111 11011 111000

Color Harmonies of #729BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BAE

Black with #729BAE

Text Example


Text Example

White with #729BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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