Html Css Color HEX #9EB7B2 Conch

📋 copy color: '#9EB7B2'

red 158 ◦ green 183 ◦ blue 178

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

Shades of Conch #9EB7B2

Tints of Conch #9EB7B2

RGB

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

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

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

R = 30.44%
G = 35.26%
B = 34.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#9EB7B2 (or 0x9EB7B2) is known color: Conch. HEX triplet: 9E, B7 and B2. RGB value is (158,183,178). Sum of RGB (Red+Green+Blue) = 158+183+178=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB7B2 is #61484D. Grayscale: #AEAEAE. Windows color (decimal): -6375502 or 11712414. OLE color: 11712414.

HSL color Cylindrical-coordinate representation of color #9EB7B2: hue angle of 168º 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 #9EB7B2 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 178 -
CMYK 0.14 0 0.03 0.28
HSL 168º 0.15% 0.67% -
HSV(B) 168º 0.14% 0.72% -
XYZ 39.07 44.35 48.62 -
YUV 174.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 158 183 178 0.14 0 0.03 0.28 168 0.15 0.67
Hex 9E B7 B2 E 0 3 1C A8 F 43
Octal 236 267 262 16 0 3 34 250 17 103
Binary 10011110 10110111 10110010 1110 0 11 11100 10101000 1111 1000011

Color Harmonies of #9EB7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB7B2

Black with #9EB7B2

Text Example


Text Example

White with #9EB7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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