#8DA2AF

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

Shades of Bali Hai #8DA2AF

Tints of Bali Hai #8DA2AF

Color information

#8DA2AF (or 0x8DA2AF) is unknown color: approx Bali Hai. HEX triplet: 8D, A2 and AF. RGB value is (141,162,175). Sum of RGB (Red+Green+Blue) = 141+162+175=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #8DA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA2AF is #725D50. Grayscale: #9D9D9D. Windows color (decimal): -7494993 or 11510413. OLE color: 11510413.

HSL color Cylindrical-coordinate representation of color #8DA2AF: hue angle of 202.94º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DA2AF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141162175-
CMYK0.190.0700.31
HSL202.94º17.53%61.96%-
HSV(B)202.94º19.43%68.63%-
XYZ31.6434.645.57-
YUV157.2138.04116.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=29.50%
G=33.89%
B=36.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411621750.190.0700.31202.9417.5361.96
Hex8DA2AF13701Fcb123e
Octal2152422572370373132276
Binary100011011010001010101111100111110111111100101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA2AF; }

 p { color: rgb(141,162,175); }

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

<style>
 a { background-color: #8DA2AF; }

 a { background-color: rgb(141,162,175); }

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

<style>
 span { border-color: #8DA2AF; }

 span { border-color: rgb(141,162,175); }

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