Html Css Color HEX #9EB6B2 Conch

📋 copy color: '#9EB6B2'

red 158 ◦ green 182 ◦ blue 178

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

Shades of Conch #9EB6B2

Tints of Conch #9EB6B2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

 BLUE value IS 178 (69.92% from 255) = 34.36%

R = 30.5%
G = 35.14%
B = 34.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#9EB6B2 (or 0x9EB6B2) is known color: Conch. HEX triplet: 9E, B6 and B2. RGB value is (158,182,178). Sum of RGB (Red+Green+Blue) = 158+182+178=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6B2 is #61494D. Grayscale: #AEAEAE. Windows color (decimal): -6375758 or 11712158. OLE color: 11712158.

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

Color convert

RGB 158 182 178 -
CMYK 0.13 0 0.02 0.29
HSL 170º 0.14% 0.67% -
HSV(B) 170º 0.13% 0.71% -
XYZ 38.86 43.94 48.55 -
YUV 174.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 158 182 178 0.13 0 0.02 0.29 170 0.14 0.67
Hex 9E B6 B2 D 0 2 1D AA E 43
Octal 236 266 262 15 0 2 35 252 16 103
Binary 10011110 10110110 10110010 1101 0 10 11101 10101010 1110 1000011

Color Harmonies of #9EB6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6B2

Black with #9EB6B2

Text Example


Text Example

White with #9EB6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,178); }

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

background-color css

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

 a { background-color: rgb(158,182,178); }

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

border-color css

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

 span { border-color: rgb(158,182,178); }

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