Html Css Color HEX #9EBBB9 Conch

📋 copy color: '#9EBBB9'

red 158 ◦ green 187 ◦ blue 185

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

Shades of Conch #9EBBB9

Tints of Conch #9EBBB9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.28%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 29.81%
G = 35.28%
B = 34.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#9EBBB9 (or 0x9EBBB9) is known color: Conch. HEX triplet: 9E, BB and B9. RGB value is (158,187,185). Sum of RGB (Red+Green+Blue) = 158+187+185=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBB9 is #614446. Grayscale: #B2B2B2. Windows color (decimal): -6374471 or 12172190. OLE color: 12172190.

HSL color Cylindrical-coordinate representation of color #9EBBB9: hue angle of 175.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBBB9 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 187 185 -
CMYK 0.16 0 0.01 0.27
HSL 175.86º 0.18% 0.68% -
HSV(B) 175.86º 0.16% 0.73% -
XYZ 40.63 46.31 52.7 -
YUV 178.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 158 187 185 0.16 0 0.01 0.27 175.86 0.18 0.68
Hex 9E BB B9 10 0 1 1B B0 12 44
Octal 236 273 271 20 0 1 33 260 22 104
Binary 10011110 10111011 10111001 10000 0 1 11011 10110000 10010 1000100

Color Harmonies of #9EBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBB9

Black with #9EBBB9

Text Example


Text Example

White with #9EBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,187,185); }

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

background-color css

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

 a { background-color: rgb(158,187,185); }

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

border-color css

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

 span { border-color: rgb(158,187,185); }

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