Html Css Color HEX #9FB5B4 Conch

📋 copy color: '#9FB5B4'

red 159 ◦ green 181 ◦ blue 180

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

Shades of Conch #9FB5B4

Tints of Conch #9FB5B4

RGB

 RED value IS 159 (62.5% from 255) = 30.58%

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

 BLUE value IS 180 (70.7% from 255) = 34.62%

R = 30.58%
G = 34.81%
B = 34.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#9FB5B4 (or 0x9FB5B4) is known color: Conch. HEX triplet: 9F, B5 and B4. RGB value is (159,181,180). Sum of RGB (Red+Green+Blue) = 159+181+180=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB5B4 is #604A4B. Grayscale: #AEAEAE. Windows color (decimal): -6310476 or 11842975. OLE color: 11842975.

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

Color convert

RGB 159 181 180 -
CMYK 0.12 0 0.01 0.29
HSL 177.27º 0.13% 0.67% -
HSV(B) 177.27º 0.12% 0.71% -
XYZ 39.06 43.71 49.56 -
YUV 174.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 159 181 180 0.12 0 0.01 0.29 177.27 0.13 0.67
Hex 9F B5 B4 C 0 1 1D B1 D 43
Octal 237 265 264 14 0 1 35 261 15 103
Binary 10011111 10110101 10110100 1100 0 1 11101 10110001 1101 1000011

Color Harmonies of #9FB5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB5B4

Black with #9FB5B4

Text Example


Text Example

White with #9FB5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,181,180); }

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

background-color css

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

 a { background-color: rgb(159,181,180); }

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

border-color css

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

 span { border-color: rgb(159,181,180); }

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