Html Css Color HEX #9EB4B1 Conch

📋 copy color: '#9EB4B1'

red 158 ◦ green 180 ◦ blue 177

#9EB4B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #9EB4B1

Tints of Conch #9EB4B1

RGB

 RED value IS 158 (62.11% from 255) = 30.68%

 GREEN value IS 180 (70.7% from 255) = 34.95%

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 30.68%
G = 34.95%
B = 34.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#9EB4B1 (or 0x9EB4B1) is known color: Conch. HEX triplet: 9E, B4 and B1. RGB value is (158,180,177). Sum of RGB (Red+Green+Blue) = 158+180+177=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB4B1 is #614B4E. Grayscale: #ADADAD. Windows color (decimal): -6376271 or 11646110. OLE color: 11646110.

HSL color Cylindrical-coordinate representation of color #9EB4B1: hue angle of 171.82º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EB4B1 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 180 177 -
CMYK 0.12 0 0.02 0.29
HSL 171.82º 0.13% 0.66% -
HSV(B) 171.82º 0.12% 0.71% -
XYZ 38.36 43.09 47.89 -
YUV 173.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 158 180 177 0.12 0 0.02 0.29 171.82 0.13 0.66
Hex 9E B4 B1 C 0 2 1D AC D 42
Octal 236 264 261 14 0 2 35 254 15 102
Binary 10011110 10110100 10110001 1100 0 10 11101 10101100 1101 1000010

Color Harmonies of #9EB4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB4B1

Black with #9EB4B1

Text Example


Text Example

White with #9EB4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,180,177); }

 H1.HeaderClassName
 {
   color: #9EB4B1;
 }
 .AnyTagClassName
 {
   color: #9EB4B1;
 }
</style>

background-color css

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

 a { background-color: rgb(158,180,177); }

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

border-color css

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

 span { border-color: rgb(158,180,177); }

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