#60ABB7

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

Shades of Fountain Blue #60ABB7

Tints of Fountain Blue #60ABB7

Color information

#60ABB7 (or 0x60ABB7) is unknown color: approx Fountain Blue. HEX triplet: 60, AB and B7. RGB value is (96,171,183). Sum of RGB (Red+Green+Blue) = 96+171+183=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #60ABB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABB7 is #9F5448. Grayscale: #959595. Windows color (decimal): -10441801 or 12036960. OLE color: 12036960.

HSL color Cylindrical-coordinate representation of color #60ABB7: hue angle of 188.28º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60ABB7 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB96171183-
CMYK0.480.0700.28
HSL188.28º37.66%54.71%-
HSV(B)188.28º47.54%71.76%-
XYZ27.9335.0350.09-
YUV149.94146.6589.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.33%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 183 (71.88% from 255) = 40.67%
R=21.33%
G=38%
B=40.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961711830.480.0700.28188.2837.6654.71
Hex60ABB730701Cbc2637
Octal1402532676070342744667
Binary1100000101010111011011111000011101110010111100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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