#719AAD

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

Shades of Bali Hai #719AAD

Tints of Bali Hai #719AAD

Color information

#719AAD (or 0x719AAD) is unknown color: approx Bali Hai. HEX triplet: 71, 9A and AD. RGB value is (113,154,173). Sum of RGB (Red+Green+Blue) = 113+154+173=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #719AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719AAD is #8E6552. Grayscale: #8F8F8F. Windows color (decimal): -9332051 or 11377265. OLE color: 11377265.

HSL color Cylindrical-coordinate representation of color #719AAD: hue angle of 199º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #719AAD is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113154173-
CMYK0.350.1100.32
HSL199º26.79%56.08%-
HSV(B)199º34.68%67.84%-
XYZ25.9129.6443.89-
YUV143.91144.42105.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=25.68%
G=35%
B=39.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131541730.350.1100.3219926.7956.08
Hex719AAD23B020c71b38
Octal16123225543130403073370
Binary11100011001101010101101100011101101000001100011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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