#9DB8B6

Color #9DB8B6 Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9DB8B6

Tints of Conch #9DB8B6

Color information

#9DB8B6 (or 0x9DB8B6) is unknown color: approx Conch. HEX triplet: 9D, B8 and B6. RGB value is (157,184,182). Sum of RGB (Red+Green+Blue) = 157+184+182=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB8B6 is #624749. Grayscale: #AFAFAF. Windows color (decimal): -6440778 or 11974813. OLE color: 11974813.

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

Color convert

RGB157184182-
CMYK0.1500.010.28
HSL175.56º15.98%66.86%-
HSV(B)175.56º14.67%72.16%-
XYZ39.4944.8350.83-
YUV175.7131.55114.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=30.02%
G=35.18%
B=34.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571841820.1500.010.28175.5615.9866.86
Hex9DB8B6F011Cb01043
Octal23527026617013426020103
Binary1001110110111000101101101111011110010110000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,184,182); }

 H1.HeaderClassName
 {
   color: #9DB8B6;
 }
 .AnyTagClassName
 {
   color: #9DB8B6;
 }
</style>
background-color css

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

 a { background-color: rgb(157,184,182); }

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

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

 span { border-color: rgb(157,184,182); }

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