Html Css Color HEX #759BAB Bali Hai

📋 copy color: '#759BAB'

red 117 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #759BAB

Tints of Bali Hai #759BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 26.41%
G = 34.99%
B = 38.6%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#759BAB (or 0x759BAB) is known color: Bali Hai. HEX triplet: 75, 9B and AB. RGB value is (117,155,171). Sum of RGB (Red+Green+Blue) = 117+155+171=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #759BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAB is #8A6454. Grayscale: #919191. Windows color (decimal): -9069653 or 11246453. OLE color: 11246453.

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

Color convert

RGB 117 155 171 -
CMYK 0.32 0.09 0 0.33
HSL 197.78º 0.24% 0.56% -
HSV(B) 197.78º 0.32% 0.67% -
XYZ 26.41 30.16 42.96 -
YUV 145.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 117 155 171 0.32 0.09 0 0.33 197.78 0.24 0.56
Hex 75 9B AB 20 9 0 21 C6 18 38
Octal 165 233 253 40 11 0 41 306 30 70
Binary 1110101 10011011 10101011 100000 1001 0 100001 11000110 11000 111000

Color Harmonies of #759BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BAB

Black with #759BAB

Text Example


Text Example

White with #759BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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