#769cad

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

Shades of Bali Hai #769CAD

Tints of Bali Hai #769CAD

Color information

#769CAD (or 0x769CAD) is unknown color: approx Bali Hai. HEX triplet: 76, 9C and AD. RGB value is (118,156,173). Sum of RGB (Red+Green+Blue) = 118+156+173=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #769CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CAD is #896352. Grayscale: #929292. Windows color (decimal): -9003859 or 11377782. OLE color: 11377782.

HSL color Cylindrical-coordinate representation of color #769CAD: hue angle of 198.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #769CAD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118156173-
CMYK0.320.1000.32
HSL198.55º25.11%57.06%-
HSV(B)198.55º31.79%67.84%-
XYZ26.930.6544.03-
YUV146.58142.91107.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.40%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=26.40%
G=34.90%
B=38.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181561730.320.1000.32198.5525.1157.06
Hex769CAD20A020c71939
Octal16623425540120403073171
Binary11101101001110010101101100000101001000001100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769cad; }

 p { color: rgb(118,156,173); }

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

<style>
 a { background-color: #769cad; }

 a { background-color: rgb(118,156,173); }

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

<style>
 span { border-color: #769cad; }

 span { border-color: rgb(118,156,173); }

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