Html Css Color HEX #759FAD Bali Hai

📋 copy color: '#759FAD'

red 117 ◦ green 159 ◦ blue 173

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

Shades of Bali Hai #759FAD

Tints of Bali Hai #759FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 26.06%
G = 35.41%
B = 38.53%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#759FAD (or 0x759FAD) is known color: Bali Hai. HEX triplet: 75, 9F and AD. RGB value is (117,159,173). Sum of RGB (Red+Green+Blue) = 117+159+173=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #759FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759FAD is #8A6052. Grayscale: #939393. Windows color (decimal): -9068627 or 11378549. OLE color: 11378549.

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

Color convert

RGB 117 159 173 -
CMYK 0.32 0.08 0 0.32
HSL 195º 0.25% 0.57% -
HSV(B) 195º 0.32% 0.68% -
XYZ 27.28 31.6 44.2 -
YUV 148.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 117 159 173 0.32 0.08 0 0.32 195 0.25 0.57
Hex 75 9F AD 20 8 0 20 C3 19 39
Octal 165 237 255 40 10 0 40 303 31 71
Binary 1110101 10011111 10101101 100000 1000 0 100000 11000011 11001 111001

Color Harmonies of #759FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FAD

Black with #759FAD

Text Example


Text Example

White with #759FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,159,173); }

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

background-color css

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

 a { background-color: rgb(117,159,173); }

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

border-color css

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

 span { border-color: rgb(117,159,173); }

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