#60B0BB

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

Shades of Fountain Blue #60B0BB

Tints of Fountain Blue #60B0BB

Color information

#60B0BB (or 0x60B0BB) is unknown color: approx Fountain Blue. HEX triplet: 60, B0 and BB. RGB value is (96,176,187). Sum of RGB (Red+Green+Blue) = 96+176+187=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #60B0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0BB is #9F4F44. Grayscale: #999999. Windows color (decimal): -10440517 or 12300384. OLE color: 12300384.

HSL color Cylindrical-coordinate representation of color #60B0BB: hue angle of 187.25º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B0BB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96176187-
CMYK0.490.0600.27
HSL187.25º40.09%55.49%-
HSV(B)187.25º48.66%73.33%-
XYZ29.3237.1352.63-
YUV153.3314787.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.92%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=20.92%
G=38.34%
B=40.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961761870.490.0600.27187.2540.0955.49
Hex60B0BB31601Bbb2837
Octal1402602736160332735067
Binary1100000101100001011101111000111001101110111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,176,187); }

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

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

 a { background-color: rgb(96,176,187); }

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

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

 span { border-color: rgb(96,176,187); }

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