Html Css Color HEX #9FBBBA Conch

📋 copy color: '#9FBBBA'

red 159 ◦ green 187 ◦ blue 186

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

Shades of Conch #9FBBBA

Tints of Conch #9FBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 29.89%
G = 35.15%
B = 34.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#9FBBBA (or 0x9FBBBA) is known color: Conch. HEX triplet: 9F, BB and BA. RGB value is (159,187,186). Sum of RGB (Red+Green+Blue) = 159+187+186=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBBA is #604445. Grayscale: #B2B2B2. Windows color (decimal): -6308934 or 12237727. OLE color: 12237727.

HSL color Cylindrical-coordinate representation of color #9FBBBA: hue angle of 177.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBBBA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 187 186 -
CMYK 0.15 0 0.01 0.27
HSL 177.86º 0.17% 0.68% -
HSV(B) 177.86º 0.15% 0.73% -
XYZ 40.93 46.46 53.26 -
YUV 178.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 159 187 186 0.15 0 0.01 0.27 177.86 0.17 0.68
Hex 9F BB BA F 0 1 1B B2 11 44
Octal 237 273 272 17 0 1 33 262 21 104
Binary 10011111 10111011 10111010 1111 0 1 11011 10110010 10001 1000100

Color Harmonies of #9FBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBBA

Black with #9FBBBA

Text Example


Text Example

White with #9FBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,187,186); }

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

background-color css

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

 a { background-color: rgb(159,187,186); }

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

border-color css

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

 span { border-color: rgb(159,187,186); }

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