Html Css Color HEX #9DB5B0 Conch

📋 copy color: '#9DB5B0'

red 157 ◦ green 181 ◦ blue 176

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

Shades of Conch #9DB5B0

Tints of Conch #9DB5B0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.21%

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 30.54%
G = 35.21%
B = 34.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#9DB5B0 (or 0x9DB5B0) is known color: Conch. HEX triplet: 9D, B5 and B0. RGB value is (157,181,176). Sum of RGB (Red+Green+Blue) = 157+181+176=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB5B0 is #624A4F. Grayscale: #ADADAD. Windows color (decimal): -6441552 or 11580829. OLE color: 11580829.

HSL color Cylindrical-coordinate representation of color #9DB5B0: hue angle of 167.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB5B0 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 181 176 -
CMYK 0.13 0 0.03 0.29
HSL 167.5º 0.14% 0.66% -
HSV(B) 167.5º 0.13% 0.71% -
XYZ 38.26 43.35 47.42 -
YUV 173.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 157 181 176 0.13 0 0.03 0.29 167.5 0.14 0.66
Hex 9D B5 B0 D 0 3 1D A8 E 42
Octal 235 265 260 15 0 3 35 250 16 102
Binary 10011101 10110101 10110000 1101 0 11 11101 10101000 1110 1000010

Color Harmonies of #9DB5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB5B0

Black with #9DB5B0

Text Example


Text Example

White with #9DB5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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