#60B7BC

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

Shades of Fountain Blue #60B7BC

Tints of Fountain Blue #60B7BC

Color information

#60B7BC (or 0x60B7BC) is unknown color: approx Fountain Blue. HEX triplet: 60, B7 and BC. RGB value is (96,183,188). Sum of RGB (Red+Green+Blue) = 96+183+188=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #60B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7BC is #9F4843. Grayscale: #9D9D9D. Windows color (decimal): -10438724 or 12367712. OLE color: 12367712.

HSL color Cylindrical-coordinate representation of color #60B7BC: hue angle of 183.26º 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 #60B7BC is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96183188-
CMYK0.490.0300.26
HSL183.26º40.71%55.69%-
HSV(B)183.26º48.94%73.73%-
XYZ30.8339.9853.67-
YUV157.56145.1884.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.56%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=20.56%
G=39.19%
B=40.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961831880.490.0300.26183.2640.7155.69
Hex60B7BC31301Ab72938
Octal1402672746130322675170
Binary110000010110111101111001100011101101010110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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