Html Css Color HEX #7299AB Bali Hai

📋 copy color: '#7299AB'

red 114 ◦ green 153 ◦ blue 171

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

Shades of Bali Hai #7299AB

Tints of Bali Hai #7299AB

RGB

 RED value IS 114 (44.92% from 255) = 26.03%

 GREEN value IS 153 (60.16% from 255) = 34.93%

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

R = 26.03%
G = 34.93%
B = 39.04%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7299AB (or 0x7299AB) is known color: Bali Hai. HEX triplet: 72, 99 and AB. RGB value is (114,153,171). Sum of RGB (Red+Green+Blue) = 114+153+171=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7299AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7299AB is #8D6654. Grayscale: #8F8F8F. Windows color (decimal): -9266773 or 11245938. OLE color: 11245938.

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

Color convert

RGB 114 153 171 -
CMYK 0.33 0.11 0 0.33
HSL 198.95º 0.25% 0.56% -
HSV(B) 198.95º 0.33% 0.67% -
XYZ 25.68 29.3 42.83 -
YUV 143.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 114 153 171 0.33 0.11 0 0.33 198.95 0.25 0.56
Hex 72 99 AB 21 B 0 21 C7 19 38
Octal 162 231 253 41 13 0 41 307 31 70
Binary 1110010 10011001 10101011 100001 1011 0 100001 11000111 11001 111000

Color Harmonies of #7299AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7299AB

Black with #7299AB

Text Example


Text Example

White with #7299AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,153,171); }

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

background-color css

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

 a { background-color: rgb(114,153,171); }

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

border-color css

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

 span { border-color: rgb(114,153,171); }

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