#60ABBC

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

Shades of Fountain Blue #60ABBC

Tints of Fountain Blue #60ABBC

Color information

#60ABBC (or 0x60ABBC) is unknown color: approx Fountain Blue. HEX triplet: 60, AB and BC. RGB value is (96,171,188). Sum of RGB (Red+Green+Blue) = 96+171+188=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #60ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABBC is #9F5443. Grayscale: #969696. Windows color (decimal): -10441796 or 12364640. OLE color: 12364640.

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

Color convert

RGB96171188-
CMYK0.490.0900.26
HSL191.09º40.71%55.69%-
HSV(B)191.09º48.94%73.73%-
XYZ28.4635.2452.88-
YUV150.51149.1589.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.10%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=21.10%
G=37.58%
B=41.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961711880.490.0900.26191.0940.7155.69
Hex60ABBC31901Abf2938
Octal14025327461110322775170
Binary11000001010101110111100110001100101101010111111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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