#60ABB1

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

Shades of Fountain Blue #60ABB1

Tints of Fountain Blue #60ABB1

Color information

#60ABB1 (or 0x60ABB1) is unknown color: approx Fountain Blue. HEX triplet: 60, AB and B1. RGB value is (96,171,177). Sum of RGB (Red+Green+Blue) = 96+171+177=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #60ABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABB1 is #9F544E. Grayscale: #959595. Windows color (decimal): -10441807 or 11643744. OLE color: 11643744.

HSL color Cylindrical-coordinate representation of color #60ABB1: hue angle of 184.44º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60ABB1 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96171177-
CMYK0.460.0300.31
HSL184.44º34.18%53.53%-
HSV(B)184.44º45.76%69.41%-
XYZ27.3234.7946.87-
YUV149.26143.6590.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.62%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=21.62%
G=38.51%
B=39.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961711770.460.0300.31184.4434.1853.53
Hex60ABB12E301Fb82236
Octal1402532615630372704266
Binary110000010101011101100011011101101111110111000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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