#719BAA

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

Shades of Bali Hai #719BAA

Tints of Bali Hai #719BAA

Color information

#719BAA (or 0x719BAA) is unknown color: approx Bali Hai. HEX triplet: 71, 9B and AA. RGB value is (113,155,170). Sum of RGB (Red+Green+Blue) = 113+155+170=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #719BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BAA is #8E6455. Grayscale: #909090. Windows color (decimal): -9331798 or 11180913. OLE color: 11180913.

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

Color convert

RGB113155170-
CMYK0.340.0900.33
HSL195.79º25.11%55.49%-
HSV(B)195.79º33.53%66.67%-
XYZ25.7929.8642.43-
YUV144.15142.59105.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=25.80%
G=35.39%
B=38.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131551700.340.0900.33195.7925.1155.49
Hex719BAA229021c41937
Octal16123325242110413043167
Binary11100011001101110101010100010100101000011100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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