#9EAFAB

Color #9EAFAB Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9EAFAB

Tints of Conch #9EAFAB

Color information

#9EAFAB (or 0x9EAFAB) is unknown color: approx Conch. HEX triplet: 9E, AF and AB. RGB value is (158,175,171). Sum of RGB (Red+Green+Blue) = 158+175+171=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFAB is #615054. Grayscale: #A9A9A9. Windows color (decimal): -6377557 or 11251614. OLE color: 11251614.

HSL color Cylindrical-coordinate representation of color #9EAFAB: hue angle of 165.88º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAFAB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB158175171-
CMYK0.1000.020.31
HSL165.88º9.6%65.29%-
HSV(B)165.88º9.71%68.63%-
XYZ36.7840.8744.48-
YUV169.46128.87119.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=31.35%
G=34.72%
B=33.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751710.1000.020.31165.889.665.29
Hex9EAFABA021Fa6a41
Octal23625725312023724612101
Binary1001111010101111101010111010010111111010011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAFAB; }

 p { color: rgb(158,175,171); }

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

<style>
 a { background-color: #9EAFAB; }

 a { background-color: rgb(158,175,171); }

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

<style>
 span { border-color: #9EAFAB; }

 span { border-color: rgb(158,175,171); }

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