Html Css Color HEX #9FBBBB Jungle Mist

📋 copy color: '#9FBBBB'

red 159 ◦ green 187 ◦ blue 187

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

Shades of Jungle Mist #9FBBBB

Tints of Jungle Mist #9FBBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 29.83%
G = 35.08%
B = 35.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9FBBBB (or 0x9FBBBB) is known color: Jungle Mist. HEX triplet: 9F, BB and BB. RGB value is (159,187,187). Sum of RGB (Red+Green+Blue) = 159+187+187=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #9FBBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBBB is #604444. Grayscale: #B2B2B2. Windows color (decimal): -6308933 or 12303263. OLE color: 12303263.

HSL color Cylindrical-coordinate representation of color #9FBBBB: hue angle of 180º 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 #9FBBBB is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 187 187 -
CMYK 0.15 0 0 0.27
HSL 180º 0.17% 0.68% -
HSV(B) 180º 0.15% 0.73% -
XYZ 41.04 46.5 53.83 -
YUV 178.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 159 187 187 0.15 0 0 0.27 180 0.17 0.68
Hex 9F BB BB F 0 0 1B B4 11 44
Octal 237 273 273 17 0 0 33 264 21 104
Binary 10011111 10111011 10111011 1111 0 0 11011 10110100 10001 1000100

Color Harmonies of #9FBBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBBB

Black with #9FBBBB

Text Example


Text Example

White with #9FBBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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