Html Css Color HEX #759DAE Bali Hai

📋 copy color: '#759DAE'

red 117 ◦ green 157 ◦ blue 174

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

Shades of Bali Hai #759DAE

Tints of Bali Hai #759DAE

RGB

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

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

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

R = 26.12%
G = 35.04%
B = 38.84%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#759DAE (or 0x759DAE) is known color: Bali Hai. HEX triplet: 75, 9D and AE. RGB value is (117,157,174). Sum of RGB (Red+Green+Blue) = 117+157+174=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #759DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DAE is #8A6251. Grayscale: #929292. Windows color (decimal): -9069138 or 11443573. OLE color: 11443573.

HSL color Cylindrical-coordinate representation of color #759DAE: hue angle of 197.89º 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 #759DAE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 157 174 -
CMYK 0.33 0.10 0 0.32
HSL 197.89º 0.26% 0.57% -
HSV(B) 197.89º 0.33% 0.68% -
XYZ 27.03 30.95 44.59 -
YUV 146.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 117 157 174 0.33 0.10 0 0.32 197.89 0.26 0.57
Hex 75 9D AE 21 A 0 20 C6 1A 39
Octal 165 235 256 41 12 0 40 306 32 71
Binary 1110101 10011101 10101110 100001 1010 0 100000 11000110 11010 111001

Color Harmonies of #759DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DAE

Black with #759DAE

Text Example


Text Example

White with #759DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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