#729eaf

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

Shades of Bali Hai #729EAF

Tints of Bali Hai #729EAF

Color information

#729EAF (or 0x729EAF) is unknown color: approx Bali Hai. HEX triplet: 72, 9E and AF. RGB value is (114,158,175). Sum of RGB (Red+Green+Blue) = 114+158+175=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #729EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729EAF is #8D6150. Grayscale: #929292. Windows color (decimal): -9265489 or 11509362. OLE color: 11509362.

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

Color convert

RGB114158175-
CMYK0.350.1000.31
HSL196.72º27.6%56.67%-
HSV(B)196.72º34.86%68.63%-
XYZ26.931.1345.15-
YUV146.78143.92104.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=25.50%
G=35.35%
B=39.15%

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
Decimal1141581750.350.1000.31196.7227.656.67
Hex729EAF23A01Fc51c39
Octal16223625743120373053471
Binary1110010100111101010111110001110100111111100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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