Html Css Color HEX #759AAE Bali Hai

📋 copy color: '#759AAE'

red 117 ◦ green 154 ◦ blue 174

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

Shades of Bali Hai #759AAE

Tints of Bali Hai #759AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.61%

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

R = 26.29%
G = 34.61%
B = 39.1%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#759AAE (or 0x759AAE) is known color: Bali Hai. HEX triplet: 75, 9A and AE. RGB value is (117,154,174). Sum of RGB (Red+Green+Blue) = 117+154+174=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #759AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AAE is #8A6551. Grayscale: #919191. Windows color (decimal): -9069906 or 11442805. OLE color: 11442805.

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

Color convert

RGB 117 154 174 -
CMYK 0.33 0.11 0 0.32
HSL 201.05º 0.26% 0.57% -
HSV(B) 201.05º 0.33% 0.68% -
XYZ 26.53 29.95 44.43 -
YUV 145.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 117 154 174 0.33 0.11 0 0.32 201.05 0.26 0.57
Hex 75 9A AE 21 B 0 20 C9 1A 39
Octal 165 232 256 41 13 0 40 311 32 71
Binary 1110101 10011010 10101110 100001 1011 0 100000 11001001 11010 111001

Color Harmonies of #759AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AAE

Black with #759AAE

Text Example


Text Example

White with #759AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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