Html Css Color HEX #739DAB Bali Hai

📋 copy color: '#739DAB'

red 115 ◦ green 157 ◦ blue 171

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

Shades of Bali Hai #739DAB

Tints of Bali Hai #739DAB

RGB

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

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

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

R = 25.96%
G = 35.44%
B = 38.6%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#739DAB (or 0x739DAB) is known color: Bali Hai. HEX triplet: 73, 9D and AB. RGB value is (115,157,171). Sum of RGB (Red+Green+Blue) = 115+157+171=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #739DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DAB is #8C6254. Grayscale: #919191. Windows color (decimal): -9200213 or 11246963. OLE color: 11246963.

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

Color convert

RGB 115 157 171 -
CMYK 0.33 0.08 0 0.33
HSL 195º 0.25% 0.56% -
HSV(B) 195º 0.33% 0.67% -
XYZ 26.48 30.7 43.06 -
YUV 146.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 115 157 171 0.33 0.08 0 0.33 195 0.25 0.56
Hex 73 9D AB 21 8 0 21 C3 19 38
Octal 163 235 253 41 10 0 41 303 31 70
Binary 1110011 10011101 10101011 100001 1000 0 100001 11000011 11001 111000

Color Harmonies of #739DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DAB

Black with #739DAB

Text Example


Text Example

White with #739DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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