Html Css Color HEX #739AAE Bali Hai

📋 copy color: '#739AAE'

red 115 ◦ green 154 ◦ blue 174

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

Shades of Bali Hai #739AAE

Tints of Bali Hai #739AAE

RGB

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

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

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

R = 25.96%
G = 34.76%
B = 39.28%

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

#739AAE (or 0x739AAE) is known color: Bali Hai. HEX triplet: 73, 9A and AE. RGB value is (115,154,174). Sum of RGB (Red+Green+Blue) = 115+154+174=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #739AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AAE is #8C6551. Grayscale: #909090. Windows color (decimal): -9200978 or 11442803. OLE color: 11442803.

HSL color Cylindrical-coordinate representation of color #739AAE: hue angle of 200.34º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #739AAE is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 154 174 -
CMYK 0.34 0.11 0 0.32
HSL 200.34º 0.27% 0.57% -
HSV(B) 200.34º 0.34% 0.68% -
XYZ 26.27 29.81 44.41 -
YUV 144.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 115 154 174 0.34 0.11 0 0.32 200.34 0.27 0.57
Hex 73 9A AE 22 B 0 20 C8 1B 39
Octal 163 232 256 42 13 0 40 310 33 71
Binary 1110011 10011010 10101110 100010 1011 0 100000 11001000 11011 111001

Color Harmonies of #739AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739AAE

Black with #739AAE

Text Example


Text Example

White with #739AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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