#729DAF

Color #729DAF Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #729DAF

Tints of Bali Hai #729DAF

Color information

#729DAF (or 0x729DAF) is unknown color: approx Bali Hai. HEX triplet: 72, 9D and AF. RGB value is (114,157,175). Sum of RGB (Red+Green+Blue) = 114+157+175=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #729DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DAF is #8D6250. Grayscale: #929292. Windows color (decimal): -9265745 or 11509106. OLE color: 11509106.

HSL color Cylindrical-coordinate representation of color #729DAF: hue angle of 197.7º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #729DAF is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114157175-
CMYK0.350.1000.31
HSL197.7º27.6%56.67%-
HSV(B)197.7º34.86%68.63%-
XYZ26.7330.7945.09-
YUV146.2144.25105.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.56%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=25.56%
G=35.20%
B=39.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141571750.350.1000.31197.727.656.67
Hex729DAF23A01Fc61c39
Octal16223525743120373063471
Binary1110010100111011010111110001110100111111100011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #729DAF;
 }
 .AnyTagClassName
 {
   color: #729DAF;
 }
</style>
background-color css

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

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

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

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

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

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