Html Css Color HEX #759EAC Bali Hai

📋 copy color: '#759EAC'

red 117 ◦ green 158 ◦ blue 172

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

Shades of Bali Hai #759EAC

Tints of Bali Hai #759EAC

RGB

 RED value IS 117 (46.09% from 255) = 26.17%

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 26.17%
G = 35.35%
B = 38.48%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#759EAC (or 0x759EAC) is known color: Bali Hai. HEX triplet: 75, 9E and AC. RGB value is (117,158,172). Sum of RGB (Red+Green+Blue) = 117+158+172=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #759EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EAC is #8A6153. Grayscale: #939393. Windows color (decimal): -9068884 or 11312757. OLE color: 11312757.

HSL color Cylindrical-coordinate representation of color #759EAC: hue angle of 195.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759EAC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 158 172 -
CMYK 0.32 0.08 0 0.33
HSL 195.27º 0.25% 0.57% -
HSV(B) 195.27º 0.32% 0.67% -
XYZ 27.01 31.21 43.63 -
YUV 147.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 117 158 172 0.32 0.08 0 0.33 195.27 0.25 0.57
Hex 75 9E AC 20 8 0 21 C3 19 39
Octal 165 236 254 40 10 0 41 303 31 71
Binary 1110101 10011110 10101100 100000 1000 0 100001 11000011 11001 111001

Color Harmonies of #759EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EAC

Black with #759EAC

Text Example


Text Example

White with #759EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759EAC; }

 p { color: rgb(117,158,172); }

 H1.HeaderClassName
 {
   color: #759EAC;
 }
 .AnyTagClassName
 {
   color: #759EAC;
 }
</style>

background-color css

<style>
 a { background-color: #759EAC; }

 a { background-color: rgb(117,158,172); }

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

border-color css

<style>
 span { border-color: #759EAC; }

 span { border-color: rgb(117,158,172); }

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