#97BFC1

Color #97BFC1 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #97BFC1

Tints of Jungle Mist #97BFC1

Color information

#97BFC1 (or 0x97BFC1) is unknown color: approx Jungle Mist. HEX triplet: 97, BF and C1. RGB value is (151,191,193). Sum of RGB (Red+Green+Blue) = 151+191+193=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #97BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFC1 is #68403E. Grayscale: #B3B3B3. Windows color (decimal): -6832191 or 12697495. OLE color: 12697495.

HSL color Cylindrical-coordinate representation of color #97BFC1: hue angle of 182.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97BFC1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151191193-
CMYK0.220.0100.24
HSL182.86º25.3%67.45%-
HSV(B)182.86º21.76%75.69%-
XYZ41.0247.6957.5-
YUV179.27135.75107.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.22%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=28.22%
G=35.70%
B=36.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511911930.220.0100.24182.8625.367.45
Hex97BFC1161018b71943
Octal22727730126103026731103
Binary10010111101111111100000110110101100010110111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BFC1; }

 p { color: rgb(151,191,193); }

 H1.HeaderClassName
 {
   color: #97BFC1;
 }
 .AnyTagClassName
 {
   color: #97BFC1;
 }
</style>
background-color css

<style>
 a { background-color: #97BFC1; }

 a { background-color: rgb(151,191,193); }

 div.DivClassName
 {
   background-color: #97BFC1;
 }
 .BgClassName
 {
   background-color: #97BFC1;
 }
</style>
border-color css

<style>
 span { border-color: #97BFC1; }

 span { border-color: rgb(151,191,193); }

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