Html Css Color HEX #9DBEBF Jungle Mist

📋 copy color: '#9DBEBF'

red 157 ◦ green 190 ◦ blue 191

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

Shades of Jungle Mist #9DBEBF

Tints of Jungle Mist #9DBEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 191 (75% from 255) = 35.5%

R = 29.18%
G = 35.32%
B = 35.5%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DBEBF (or 0x9DBEBF) is known color: Jungle Mist. HEX triplet: 9D, BE and BF. RGB value is (157,190,191). Sum of RGB (Red+Green+Blue) = 157+190+191=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEBF is #624140. Grayscale: #B4B4B4. Windows color (decimal): -6439233 or 12566173. OLE color: 12566173.

HSL color Cylindrical-coordinate representation of color #9DBEBF: hue angle of 181.76º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBEBF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 190 191 -
CMYK 0.18 0.01 0 0.25
HSL 181.76º 0.21% 0.68% -
HSV(B) 181.76º 0.18% 0.75% -
XYZ 41.72 47.76 56.31 -
YUV 180.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 157 190 191 0.18 0.01 0 0.25 181.76 0.21 0.68
Hex 9D BE BF 12 1 0 19 B6 15 44
Octal 235 276 277 22 1 0 31 266 25 104
Binary 10011101 10111110 10111111 10010 1 0 11001 10110110 10101 1000100

Color Harmonies of #9DBEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBEBF

Black with #9DBEBF

Text Example


Text Example

White with #9DBEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,190,191); }

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

background-color css

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

 a { background-color: rgb(157,190,191); }

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

border-color css

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

 span { border-color: rgb(157,190,191); }

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