Html Css Color HEX #9DB4B3 Conch

📋 copy color: '#9DB4B3'

red 157 ◦ green 180 ◦ blue 179

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

Shades of Conch #9DB4B3

Tints of Conch #9DB4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.88%

 BLUE value IS 179 (70.31% from 255) = 34.69%

R = 30.43%
G = 34.88%
B = 34.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#9DB4B3 (or 0x9DB4B3) is known color: Conch. HEX triplet: 9D, B4 and B3. RGB value is (157,180,179). Sum of RGB (Red+Green+Blue) = 157+180+179=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB4B3 is #624B4C. Grayscale: #ACACAC. Windows color (decimal): -6441805 or 11777181. OLE color: 11777181.

HSL color Cylindrical-coordinate representation of color #9DB4B3: hue angle of 177.39º degrees, saturation: 0.13, 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 #9DB4B3 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 180 179 -
CMYK 0.13 0 0.01 0.29
HSL 177.39º 0.13% 0.66% -
HSV(B) 177.39º 0.13% 0.71% -
XYZ 38.36 43.07 48.94 -
YUV 173.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 157 180 179 0.13 0 0.01 0.29 177.39 0.13 0.66
Hex 9D B4 B3 D 0 1 1D B1 D 42
Octal 235 264 263 15 0 1 35 261 15 102
Binary 10011101 10110100 10110011 1101 0 1 11101 10110001 1101 1000010

Color Harmonies of #9DB4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB4B3

Black with #9DB4B3

Text Example


Text Example

White with #9DB4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,180,179); }

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

background-color css

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

 a { background-color: rgb(157,180,179); }

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

border-color css

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

 span { border-color: rgb(157,180,179); }

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