Html Css Color HEX #739DAF Bali Hai

📋 copy color: '#739DAF'

red 115 ◦ green 157 ◦ blue 175

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

Shades of Bali Hai #739DAF

Tints of Bali Hai #739DAF

RGB

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

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

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

R = 25.73%
G = 35.12%
B = 39.15%

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

#739DAF (or 0x739DAF) is known color: Bali Hai. HEX triplet: 73, 9D and AF. RGB value is (115,157,175). Sum of RGB (Red+Green+Blue) = 115+157+175=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #739DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DAF is #8C6250. Grayscale: #929292. Windows color (decimal): -9200209 or 11509107. OLE color: 11509107.

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

Color convert

RGB 115 157 175 -
CMYK 0.34 0.10 0 0.31
HSL 198º 0.27% 0.57% -
HSV(B) 198º 0.34% 0.69% -
XYZ 26.87 30.85 45.1 -
YUV 146.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 115 157 175 0.34 0.10 0 0.31 198 0.27 0.57
Hex 73 9D AF 22 A 0 1F C6 1B 39
Octal 163 235 257 42 12 0 37 306 33 71
Binary 1110011 10011101 10101111 100010 1010 0 11111 11000110 11011 111001

Color Harmonies of #739DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DAF

Black with #739DAF

Text Example


Text Example

White with #739DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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