Html Css Color HEX #739BAB Bali Hai

📋 copy color: '#739BAB'

red 115 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #739BAB

Tints of Bali Hai #739BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 26.08%
G = 35.15%
B = 38.78%

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

#739BAB (or 0x739BAB) is known color: Bali Hai. HEX triplet: 73, 9B and AB. RGB value is (115,155,171). Sum of RGB (Red+Green+Blue) = 115+155+171=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #739BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739BAB is #8C6454. Grayscale: #909090. Windows color (decimal): -9200725 or 11246451. OLE color: 11246451.

HSL color Cylindrical-coordinate representation of color #739BAB: hue angle of 197.14º degrees, saturation: 0.25, 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 #739BAB is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 155 171 -
CMYK 0.33 0.09 0 0.33
HSL 197.14º 0.25% 0.56% -
HSV(B) 197.14º 0.33% 0.67% -
XYZ 26.14 30.03 42.95 -
YUV 144.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 115 155 171 0.33 0.09 0 0.33 197.14 0.25 0.56
Hex 73 9B AB 21 9 0 21 C5 19 38
Octal 163 233 253 41 11 0 41 305 31 70
Binary 1110011 10011011 10101011 100001 1001 0 100001 11000101 11001 111000

Color Harmonies of #739BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BAB

Black with #739BAB

Text Example


Text Example

White with #739BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,155,171); }

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

background-color css

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

 a { background-color: rgb(115,155,171); }

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

border-color css

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

 span { border-color: rgb(115,155,171); }

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