Html Css Color HEX #719BAB Bali Hai

📋 copy color: '#719BAB'

red 113 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #719BAB

Tints of Bali Hai #719BAB

RGB

 RED value IS 113 (44.53% from 255) = 25.74%

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

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

R = 25.74%
G = 35.31%
B = 38.95%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#719BAB (or 0x719BAB) is known color: Bali Hai. HEX triplet: 71, 9B and AB. RGB value is (113,155,171). Sum of RGB (Red+Green+Blue) = 113+155+171=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #719BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BAB is #8E6454. Grayscale: #909090. Windows color (decimal): -9331797 or 11246449. OLE color: 11246449.

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

Color convert

RGB 113 155 171 -
CMYK 0.34 0.09 0 0.33
HSL 196.55º 0.26% 0.56% -
HSV(B) 196.55º 0.34% 0.67% -
XYZ 25.88 29.89 42.93 -
YUV 144.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 113 155 171 0.34 0.09 0 0.33 196.55 0.26 0.56
Hex 71 9B AB 22 9 0 21 C5 1A 38
Octal 161 233 253 42 11 0 41 305 32 70
Binary 1110001 10011011 10101011 100010 1001 0 100001 11000101 11010 111000

Color Harmonies of #719BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719BAB

Black with #719BAB

Text Example


Text Example

White with #719BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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