Html Css Color HEX #719CAC Bali Hai

📋 copy color: '#719CAC'

red 113 ◦ green 156 ◦ blue 172

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

Shades of Bali Hai #719CAC

Tints of Bali Hai #719CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 172 (67.58% from 255) = 39%

R = 25.62%
G = 35.37%
B = 39%

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

#719CAC (or 0x719CAC) is known color: Bali Hai. HEX triplet: 71, 9C and AC. RGB value is (113,156,172). Sum of RGB (Red+Green+Blue) = 113+156+172=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #719CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719CAC is #8E6353. Grayscale: #909090. Windows color (decimal): -9331540 or 11312241. OLE color: 11312241.

HSL color Cylindrical-coordinate representation of color #719CAC: hue angle of 196.27º 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 #719CAC is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 156 172 -
CMYK 0.34 0.09 0 0.33
HSL 196.27º 0.26% 0.56% -
HSV(B) 196.27º 0.34% 0.67% -
XYZ 26.14 30.27 43.49 -
YUV 144.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 113 156 172 0.34 0.09 0 0.33 196.27 0.26 0.56
Hex 71 9C AC 22 9 0 21 C4 1A 38
Octal 161 234 254 42 11 0 41 304 32 70
Binary 1110001 10011100 10101100 100010 1001 0 100001 11000100 11010 111000

Color Harmonies of #719CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CAC

Black with #719CAC

Text Example


Text Example

White with #719CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,156,172); }

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

background-color css

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

 a { background-color: rgb(113,156,172); }

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

border-color css

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

 span { border-color: rgb(113,156,172); }

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