#60B6BF

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

Shades of Fountain Blue #60B6BF

Tints of Fountain Blue #60B6BF

Color information

#60B6BF (or 0x60B6BF) is unknown color: approx Fountain Blue. HEX triplet: 60, B6 and BF. RGB value is (96,182,191). Sum of RGB (Red+Green+Blue) = 96+182+191=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #60B6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B6BF is #9F4940. Grayscale: #9D9D9D. Windows color (decimal): -10438977 or 12564064. OLE color: 12564064.

HSL color Cylindrical-coordinate representation of color #60B6BF: hue angle of 185.68º 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 #60B6BF is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96182191-
CMYK0.500.0500.25
HSL185.68º42.6%56.27%-
HSV(B)185.68º49.74%74.9%-
XYZ30.9639.755.32-
YUV157.31147.0184.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.47%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 191 (75% from 255) = 40.72%
R=20.47%
G=38.81%
B=40.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961821910.500.0500.25185.6842.656.27
Hex60B6BF325019ba2b38
Octal1402662776250312725370
Binary1100000101101101011111111001010101100110111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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