Html Css Color HEX #759BAA Bali Hai

📋 copy color: '#759BAA'

red 117 ◦ green 155 ◦ blue 170

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

Shades of Bali Hai #759BAA

Tints of Bali Hai #759BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 26.47%
G = 35.07%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#759BAA (or 0x759BAA) is known color: Bali Hai. HEX triplet: 75, 9B and AA. RGB value is (117,155,170). Sum of RGB (Red+Green+Blue) = 117+155+170=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #759BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAA is #8A6455. Grayscale: #919191. Windows color (decimal): -9069654 or 11180917. OLE color: 11180917.

HSL color Cylindrical-coordinate representation of color #759BAA: hue angle of 196.98º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #759BAA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 155 170 -
CMYK 0.31 0.09 0 0.33
HSL 196.98º 0.24% 0.56% -
HSV(B) 196.98º 0.31% 0.67% -
XYZ 26.31 30.13 42.46 -
YUV 145.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 117 155 170 0.31 0.09 0 0.33 196.98 0.24 0.56
Hex 75 9B AA 1F 9 0 21 C5 18 38
Octal 165 233 252 37 11 0 41 305 30 70
Binary 1110101 10011011 10101010 11111 1001 0 100001 11000101 11000 111000

Color Harmonies of #759BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BAA

Black with #759BAA

Text Example


Text Example

White with #759BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,155,170); }

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

background-color css

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

 a { background-color: rgb(117,155,170); }

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

border-color css

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

 span { border-color: rgb(117,155,170); }

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