Html Css Color HEX #9DB7B5 Conch

📋 copy color: '#9DB7B5'

red 157 ◦ green 183 ◦ blue 181

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

Shades of Conch #9DB7B5

Tints of Conch #9DB7B5

RGB

 RED value IS 157 (61.72% from 255) = 30.13%

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

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 30.13%
G = 35.12%
B = 34.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#9DB7B5 (or 0x9DB7B5) is known color: Conch. HEX triplet: 9D, B7 and B5. RGB value is (157,183,181). Sum of RGB (Red+Green+Blue) = 157+183+181=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB7B5 is #62484A. Grayscale: #AEAEAE. Windows color (decimal): -6441035 or 11909021. OLE color: 11909021.

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

Color convert

RGB 157 183 181 -
CMYK 0.14 0 0.01 0.28
HSL 175.38º 0.15% 0.67% -
HSV(B) 175.38º 0.14% 0.72% -
XYZ 39.18 44.37 50.22 -
YUV 175 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 157 183 181 0.14 0 0.01 0.28 175.38 0.15 0.67
Hex 9D B7 B5 E 0 1 1C AF F 43
Octal 235 267 265 16 0 1 34 257 17 103
Binary 10011101 10110111 10110101 1110 0 1 11100 10101111 1111 1000011

Color Harmonies of #9DB7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB7B5

Black with #9DB7B5

Text Example


Text Example

White with #9DB7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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