Html Css Color HEX #729AAE Bali Hai

📋 copy color: '#729AAE'

red 114 ◦ green 154 ◦ blue 174

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

Shades of Bali Hai #729AAE

Tints of Bali Hai #729AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

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

R = 25.79%
G = 34.84%
B = 39.37%

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

#729AAE (or 0x729AAE) is known color: Bali Hai. HEX triplet: 72, 9A and AE. RGB value is (114,154,174). Sum of RGB (Red+Green+Blue) = 114+154+174=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #729AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729AAE is #8D6551. Grayscale: #909090. Windows color (decimal): -9266514 or 11442802. OLE color: 11442802.

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

Color convert

RGB 114 154 174 -
CMYK 0.34 0.11 0 0.32
HSL 200º 0.27% 0.56% -
HSV(B) 200º 0.34% 0.68% -
XYZ 26.14 29.74 44.41 -
YUV 144.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 114 154 174 0.34 0.11 0 0.32 200 0.27 0.56
Hex 72 9A AE 22 B 0 20 C8 1B 38
Octal 162 232 256 42 13 0 40 310 33 70
Binary 1110010 10011010 10101110 100010 1011 0 100000 11001000 11011 111000

Color Harmonies of #729AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729AAE

Black with #729AAE

Text Example


Text Example

White with #729AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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