#60B5BE

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

Shades of Fountain Blue #60B5BE

Tints of Fountain Blue #60B5BE

Color information

#60B5BE (or 0x60B5BE) is unknown color: approx Fountain Blue. HEX triplet: 60, B5 and BE. RGB value is (96,181,190). Sum of RGB (Red+Green+Blue) = 96+181+190=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #60B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5BE is #9F4A41. Grayscale: #9C9C9C. Windows color (decimal): -10439234 or 12498272. OLE color: 12498272.

HSL color Cylindrical-coordinate representation of color #60B5BE: hue angle of 185.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B5BE is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96181190-
CMYK0.490.0500.25
HSL185.74º41.96%56.08%-
HSV(B)185.74º49.47%74.51%-
XYZ30.6439.2554.68-
YUV156.61146.8484.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.56%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=20.56%
G=38.76%
B=40.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961811900.490.0500.25185.7441.9656.08
Hex60B5BE315019ba2a38
Octal1402652766150312725270
Binary1100000101101011011111011000110101100110111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,181,190); }

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

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

 a { background-color: rgb(96,181,190); }

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

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

 span { border-color: rgb(96,181,190); }

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