#60B1BF

Color #60B1BF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #60B1BF

Tints of Fountain Blue #60B1BF

Color information

#60B1BF (or 0x60B1BF) is unknown color: approx Fountain Blue. HEX triplet: 60, B1 and BF. RGB value is (96,177,191). Sum of RGB (Red+Green+Blue) = 96+177+191=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #60B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1BF is #9F4E40. Grayscale: #9A9A9A. Windows color (decimal): -10440257 or 12562784. OLE color: 12562784.

HSL color Cylindrical-coordinate representation of color #60B1BF: hue angle of 188.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60B1BF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96177191-
CMYK0.500.0700.25
HSL188.84º42.6%56.27%-
HSV(B)188.84º49.74%74.9%-
XYZ29.9537.6954.99-
YUV154.38148.6686.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.69%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 191 (75% from 255) = 41.16%
R=20.69%
G=38.15%
B=41.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961771910.500.0700.25188.8442.656.27
Hex60B1BF327019bd2b38
Octal1402612776270312755370
Binary1100000101100011011111111001011101100110111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B1BF; }

 p { color: rgb(96,177,191); }

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

<style>
 a { background-color: #60B1BF; }

 a { background-color: rgb(96,177,191); }

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

<style>
 span { border-color: #60B1BF; }

 span { border-color: rgb(96,177,191); }

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