Html Css Color HEX #739BAE Bali Hai

📋 copy color: '#739BAE'

red 115 ◦ green 155 ◦ blue 174

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

Shades of Bali Hai #739BAE

Tints of Bali Hai #739BAE

RGB

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

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

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

R = 25.9%
G = 34.91%
B = 39.19%

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

#739BAE (or 0x739BAE) is known color: Bali Hai. HEX triplet: 73, 9B and AE. RGB value is (115,155,174). Sum of RGB (Red+Green+Blue) = 115+155+174=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #739BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739BAE is #8C6451. Grayscale: #919191. Windows color (decimal): -9200722 or 11443059. OLE color: 11443059.

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

Color convert

RGB 115 155 174 -
CMYK 0.34 0.11 0 0.32
HSL 199.32º 0.27% 0.57% -
HSV(B) 199.32º 0.34% 0.68% -
XYZ 26.43 30.14 44.47 -
YUV 145.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 115 155 174 0.34 0.11 0 0.32 199.32 0.27 0.57
Hex 73 9B AE 22 B 0 20 C7 1B 39
Octal 163 233 256 42 13 0 40 307 33 71
Binary 1110011 10011011 10101110 100010 1011 0 100000 11000111 11011 111001

Color Harmonies of #739BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BAE

Black with #739BAE

Text Example


Text Example

White with #739BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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