#9BAFA1

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

Shades of Edward #9BAFA1

Tints of Edward #9BAFA1

Color information

#9BAFA1 (or 0x9BAFA1) is unknown color: approx Edward. HEX triplet: 9B, AF and A1. RGB value is (155,175,161). Sum of RGB (Red+Green+Blue) = 155+175+161=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFA1 is #64505E. Grayscale: #A7A7A7. Windows color (decimal): -6574175 or 10596251. OLE color: 10596251.

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

Color convert

RGB155175161-
CMYK0.1100.080.31
HSL138º11.11%64.71%-
HSV(B)138º11.43%68.63%-
XYZ35.2840.239.62-
YUV167.42124.37119.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=31.57%
G=35.64%
B=32.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751610.1100.080.3113811.1164.71
Hex9BAFA1B081F8ab41
Octal233257241130103721213101
Binary100110111010111110100001101101000111111000101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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