#719AAC

Color #719AAC Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #719AAC

Tints of Bali Hai #719AAC

Color information

#719AAC (or 0x719AAC) is unknown color: approx Bali Hai. HEX triplet: 71, 9A and AC. RGB value is (113,154,172). Sum of RGB (Red+Green+Blue) = 113+154+172=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #719AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719AAC is #8E6553. Grayscale: #8F8F8F. Windows color (decimal): -9332052 or 11311729. OLE color: 11311729.

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

Color convert

RGB113154172-
CMYK0.340.1000.33
HSL198.31º26.22%55.88%-
HSV(B)198.31º34.3%67.45%-
XYZ25.8129.643.38-
YUV143.79143.92106.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.74%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=25.74%
G=35.08%
B=39.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131541720.340.1000.33198.3126.2255.88
Hex719AAC22A021c61a38
Octal16123225442120413063270
Binary11100011001101010101100100010101001000011100011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #719AAC;
 }
 .AnyTagClassName
 {
   color: #719AAC;
 }
</style>
background-color css

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

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

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

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

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

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