Html Css Color HEX #759FAE Bali Hai

📋 copy color: '#759FAE'

red 117 ◦ green 159 ◦ blue 174

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

Shades of Bali Hai #759FAE

Tints of Bali Hai #759FAE

RGB

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

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

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

R = 26%
G = 35.33%
B = 38.67%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#759FAE (or 0x759FAE) is known color: Bali Hai. HEX triplet: 75, 9F and AE. RGB value is (117,159,174). Sum of RGB (Red+Green+Blue) = 117+159+174=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #759FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759FAE is #8A6051. Grayscale: #949494. Windows color (decimal): -9068626 or 11444085. OLE color: 11444085.

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

Color convert

RGB 117 159 174 -
CMYK 0.33 0.09 0 0.32
HSL 195.79º 0.26% 0.57% -
HSV(B) 195.79º 0.33% 0.68% -
XYZ 27.37 31.63 44.71 -
YUV 148.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 117 159 174 0.33 0.09 0 0.32 195.79 0.26 0.57
Hex 75 9F AE 21 9 0 20 C4 1A 39
Octal 165 237 256 41 11 0 40 304 32 71
Binary 1110101 10011111 10101110 100001 1001 0 100000 11000100 11010 111001

Color Harmonies of #759FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FAE

Black with #759FAE

Text Example


Text Example

White with #759FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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