#9BAFAA

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

Shades of Conch #9BAFAA

Tints of Conch #9BAFAA

Color information

#9BAFAA (or 0x9BAFAA) is unknown color: approx Conch. HEX triplet: 9B, AF and AA. RGB value is (155,175,170). Sum of RGB (Red+Green+Blue) = 155+175+170=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFAA is #645055. Grayscale: #A8A8A8. Windows color (decimal): -6574166 or 11186075. OLE color: 11186075.

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

Color convert

RGB155175170-
CMYK0.1100.030.31
HSL165º11.11%64.71%-
HSV(B)165º11.43%68.63%-
XYZ36.140.5343.95-
YUV168.45128.87118.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 170 (66.80% from 255) = 34%
R=31%
G=35%
B=34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751700.1100.030.3116511.1164.71
Hex9BAFAAB031Fa5b41
Octal23325725213033724513101
Binary1001101110101111101010101011011111111010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,170); }

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

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

 a { background-color: rgb(155,175,170); }

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

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

 span { border-color: rgb(155,175,170); }

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