Html Css Color HEX #739DAC Bali Hai

📋 copy color: '#739DAC'

red 115 ◦ green 157 ◦ blue 172

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

Shades of Bali Hai #739DAC

Tints of Bali Hai #739DAC

RGB

 RED value IS 115 (45.31% from 255) = 25.9%

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 25.9%
G = 35.36%
B = 38.74%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#739DAC (or 0x739DAC) is known color: Bali Hai. HEX triplet: 73, 9D and AC. RGB value is (115,157,172). Sum of RGB (Red+Green+Blue) = 115+157+172=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #739DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DAC is #8C6253. Grayscale: #929292. Windows color (decimal): -9200212 or 11312499. OLE color: 11312499.

HSL color Cylindrical-coordinate representation of color #739DAC: hue angle of 195.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #739DAC is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 157 172 -
CMYK 0.33 0.09 0 0.33
HSL 195.79º 0.26% 0.56% -
HSV(B) 195.79º 0.33% 0.67% -
XYZ 26.57 30.74 43.56 -
YUV 146.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 115 157 172 0.33 0.09 0 0.33 195.79 0.26 0.56
Hex 73 9D AC 21 9 0 21 C4 1A 38
Octal 163 235 254 41 11 0 41 304 32 70
Binary 1110011 10011101 10101100 100001 1001 0 100001 11000100 11010 111000

Color Harmonies of #739DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DAC

Black with #739DAC

Text Example


Text Example

White with #739DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739DAC; }

 p { color: rgb(115,157,172); }

 H1.HeaderClassName
 {
   color: #739DAC;
 }
 .AnyTagClassName
 {
   color: #739DAC;
 }
</style>

background-color css

<style>
 a { background-color: #739DAC; }

 a { background-color: rgb(115,157,172); }

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

border-color css

<style>
 span { border-color: #739DAC; }

 span { border-color: rgb(115,157,172); }

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