Html Css Color HEX #9EB7B5 Conch

📋 copy color: '#9EB7B5'

red 158 ◦ green 183 ◦ blue 181

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

Shades of Conch #9EB7B5

Tints of Conch #9EB7B5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 30.27%
G = 35.06%
B = 34.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#9EB7B5 (or 0x9EB7B5) is known color: Conch. HEX triplet: 9E, B7 and B5. RGB value is (158,183,181). Sum of RGB (Red+Green+Blue) = 158+183+181=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB7B5 is #61484A. Grayscale: #AFAFAF. Windows color (decimal): -6375499 or 11909022. OLE color: 11909022.

HSL color Cylindrical-coordinate representation of color #9EB7B5: hue angle of 175.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EB7B5 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 181 -
CMYK 0.14 0 0.01 0.28
HSL 175.2º 0.15% 0.67% -
HSV(B) 175.2º 0.14% 0.72% -
XYZ 39.37 44.47 50.22 -
YUV 175.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 158 183 181 0.14 0 0.01 0.28 175.2 0.15 0.67
Hex 9E B7 B5 E 0 1 1C AF F 43
Octal 236 267 265 16 0 1 34 257 17 103
Binary 10011110 10110111 10110101 1110 0 1 11100 10101111 1111 1000011

Color Harmonies of #9EB7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB7B5

Black with #9EB7B5

Text Example


Text Example

White with #9EB7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,183,181); }

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

background-color css

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

 a { background-color: rgb(158,183,181); }

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

border-color css

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

 span { border-color: rgb(158,183,181); }

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