#60B1BC

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

Shades of Fountain Blue #60B1BC

Tints of Fountain Blue #60B1BC

Color information

#60B1BC (or 0x60B1BC) is unknown color: approx Fountain Blue. HEX triplet: 60, B1 and BC. RGB value is (96,177,188). Sum of RGB (Red+Green+Blue) = 96+177+188=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #60B1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1BC is #9F4E43. Grayscale: #999999. Windows color (decimal): -10440260 or 12366176. OLE color: 12366176.

HSL color Cylindrical-coordinate representation of color #60B1BC: hue angle of 187.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B1BC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96177188-
CMYK0.490.0600.26
HSL187.17º40.71%55.69%-
HSV(B)187.17º48.94%73.73%-
XYZ29.6237.5653.27-
YUV154.04147.1686.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.82%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=20.82%
G=38.39%
B=40.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961771880.490.0600.26187.1740.7155.69
Hex60B1BC31601Abb2938
Octal1402612746160322735170
Binary1100000101100011011110011000111001101010111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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