#719DAD

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

Shades of Bali Hai #719DAD

Tints of Bali Hai #719DAD

Color information

#719DAD (or 0x719DAD) is unknown color: approx Bali Hai. HEX triplet: 71, 9D and AD. RGB value is (113,157,173). Sum of RGB (Red+Green+Blue) = 113+157+173=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #719DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DAD is #8E6252. Grayscale: #919191. Windows color (decimal): -9331283 or 11378033. OLE color: 11378033.

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

Color convert

RGB113157173-
CMYK0.350.0900.32
HSL196º26.79%56.08%-
HSV(B)196º34.68%67.84%-
XYZ26.4130.6444.06-
YUV145.67143.42104.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=25.51%
G=35.44%
B=39.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131571730.350.0900.3219626.7956.08
Hex719DAD239020c41b38
Octal16123525543110403043370
Binary11100011001110110101101100011100101000001100010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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