Html Css Color HEX #9DBEC0 Jungle Mist

📋 copy color: '#9DBEC0'

red 157 ◦ green 190 ◦ blue 192

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

Shades of Jungle Mist #9DBEC0

Tints of Jungle Mist #9DBEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 29.13%
G = 35.25%
B = 35.62%

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

#9DBEC0 (or 0x9DBEC0) is known color: Jungle Mist. HEX triplet: 9D, BE and C0. RGB value is (157,190,192). Sum of RGB (Red+Green+Blue) = 157+190+192=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #9DBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEC0 is #62413F. Grayscale: #B4B4B4. Windows color (decimal): -6439232 or 12631709. OLE color: 12631709.

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

Color convert

RGB 157 190 192 -
CMYK 0.18 0.01 0 0.25
HSL 183.43º 0.22% 0.68% -
HSV(B) 183.43º 0.18% 0.75% -
XYZ 41.83 47.8 56.89 -
YUV 180.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 157 190 192 0.18 0.01 0 0.25 183.43 0.22 0.68
Hex 9D BE C0 12 1 0 19 B7 16 44
Octal 235 276 300 22 1 0 31 267 26 104
Binary 10011101 10111110 11000000 10010 1 0 11001 10110111 10110 1000100

Color Harmonies of #9DBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBEC0

Black with #9DBEC0

Text Example


Text Example

White with #9DBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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