Html Css Color HEX #7698AB Bali Hai

📋 copy color: '#7698AB'

red 118 ◦ green 152 ◦ blue 171

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

Shades of Bali Hai #7698AB

Tints of Bali Hai #7698AB

RGB

 RED value IS 118 (46.48% from 255) = 26.76%

 GREEN value IS 152 (59.77% from 255) = 34.47%

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

R = 26.76%
G = 34.47%
B = 38.78%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7698AB (or 0x7698AB) is known color: Bali Hai. HEX triplet: 76, 98 and AB. RGB value is (118,152,171). Sum of RGB (Red+Green+Blue) = 118+152+171=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #7698AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7698AB is #896754. Grayscale: #8F8F8F. Windows color (decimal): -9004885 or 11245686. OLE color: 11245686.

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

Color convert

RGB 118 152 171 -
CMYK 0.31 0.11 0 0.33
HSL 201.51º 0.24% 0.57% -
HSV(B) 201.51º 0.31% 0.67% -
XYZ 26.05 29.25 42.8 -
YUV 144 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 118 152 171 0.31 0.11 0 0.33 201.51 0.24 0.57
Hex 76 98 AB 1F B 0 21 CA 18 39
Octal 166 230 253 37 13 0 41 312 30 71
Binary 1110110 10011000 10101011 11111 1011 0 100001 11001010 11000 111001

Color Harmonies of #7698AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698AB

Black with #7698AB

Text Example


Text Example

White with #7698AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7698AB; }

 p { color: rgb(118,152,171); }

 H1.HeaderClassName
 {
   color: #7698AB;
 }
 .AnyTagClassName
 {
   color: #7698AB;
 }
</style>

background-color css

<style>
 a { background-color: #7698AB; }

 a { background-color: rgb(118,152,171); }

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

border-color css

<style>
 span { border-color: #7698AB; }

 span { border-color: rgb(118,152,171); }

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