#7DA1AF

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

Shades of Bali Hai #7DA1AF

Tints of Bali Hai #7DA1AF

Color information

#7DA1AF (or 0x7DA1AF) is unknown color: approx Bali Hai. HEX triplet: 7D, A1 and AF. RGB value is (125,161,175). Sum of RGB (Red+Green+Blue) = 125+161+175=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #7DA1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA1AF is #825E50. Grayscale: #979797. Windows color (decimal): -8543825 or 11510141. OLE color: 11510141.

HSL color Cylindrical-coordinate representation of color #7DA1AF: hue angle of 196.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DA1AF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125161175-
CMYK0.290.0800.31
HSL196.8º23.81%58.82%-
HSV(B)196.8º28.57%68.63%-
XYZ28.9432.9445.39-
YUV151.83141.07108.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.11%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=27.11%
G=34.92%
B=37.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251611750.290.0800.31196.823.8158.82
Hex7DA1AF1D801Fc5183b
Octal17524125735100373053073
Binary111110110100001101011111110110000111111100010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA1AF; }

 p { color: rgb(125,161,175); }

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

<style>
 a { background-color: #7DA1AF; }

 a { background-color: rgb(125,161,175); }

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

<style>
 span { border-color: #7DA1AF; }

 span { border-color: rgb(125,161,175); }

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