#9EAFAC

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

Shades of Conch #9EAFAC

Tints of Conch #9EAFAC

Color information

#9EAFAC (or 0x9EAFAC) is unknown color: approx Conch. HEX triplet: 9E, AF and AC. RGB value is (158,175,172). Sum of RGB (Red+Green+Blue) = 158+175+172=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFAC is #615053. Grayscale: #A9A9A9. Windows color (decimal): -6377556 or 11317150. OLE color: 11317150.

HSL color Cylindrical-coordinate representation of color #9EAFAC: hue angle of 169.41º 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 #9EAFAC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB158175172-
CMYK0.1000.020.31
HSL169.41º9.6%65.29%-
HSV(B)169.41º9.71%68.63%-
XYZ36.8840.9144.98-
YUV169.58129.37119.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=31.29%
G=34.65%
B=34.06%

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
Decimal1581751720.1000.020.31169.419.665.29
Hex9EAFACA021Fa9a41
Octal23625725412023725112101
Binary1001111010101111101011001010010111111010100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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