Html Css Color HEX #739EAF Bali Hai

📋 copy color: '#739EAF'

red 115 ◦ green 158 ◦ blue 175

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

Shades of Bali Hai #739EAF

Tints of Bali Hai #739EAF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.27%

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 25.67%
G = 35.27%
B = 39.06%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#739EAF (or 0x739EAF) is known color: Bali Hai. HEX triplet: 73, 9E and AF. RGB value is (115,158,175). Sum of RGB (Red+Green+Blue) = 115+158+175=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #739EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739EAF is #8C6150. Grayscale: #929292. Windows color (decimal): -9199953 or 11509363. OLE color: 11509363.

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

Color convert

RGB 115 158 175 -
CMYK 0.34 0.10 0 0.31
HSL 197º 0.27% 0.57% -
HSV(B) 197º 0.34% 0.69% -
XYZ 27.03 31.19 45.15 -
YUV 147.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 115 158 175 0.34 0.10 0 0.31 197 0.27 0.57
Hex 73 9E AF 22 A 0 1F C5 1B 39
Octal 163 236 257 42 12 0 37 305 33 71
Binary 1110011 10011110 10101111 100010 1010 0 11111 11000101 11011 111001

Color Harmonies of #739EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739EAF

Black with #739EAF

Text Example


Text Example

White with #739EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,158,175); }

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

background-color css

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

 a { background-color: rgb(115,158,175); }

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

border-color css

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

 span { border-color: rgb(115,158,175); }

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