#9DB7B2

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

Shades of Conch #9DB7B2

Tints of Conch #9DB7B2

Color information

#9DB7B2 (or 0x9DB7B2) is unknown color: approx Conch. HEX triplet: 9D, B7 and B2. RGB value is (157,183,178). Sum of RGB (Red+Green+Blue) = 157+183+178=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB7B2 is #62484D. Grayscale: #AEAEAE. Windows color (decimal): -6441038 or 11712413. OLE color: 11712413.

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

Color convert

RGB157183178-
CMYK0.1400.030.28
HSL168.46º15.29%66.67%-
HSV(B)168.46º14.21%71.76%-
XYZ38.8744.2548.61-
YUV174.66129.89115.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=30.31%
G=35.33%
B=34.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831780.1400.030.28168.4615.2966.67
Hex9DB7B2E031Ca8f43
Octal23526726216033425017103
Binary1001110110110111101100101110011111001010100011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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