#60ABBE

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

Shades of Fountain Blue #60ABBE

Tints of Fountain Blue #60ABBE

Color information

#60ABBE (or 0x60ABBE) is unknown color: approx Fountain Blue. HEX triplet: 60, AB and BE. RGB value is (96,171,190). Sum of RGB (Red+Green+Blue) = 96+171+190=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #60ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABBE is #9F5441. Grayscale: #969696. Windows color (decimal): -10441794 or 12495712. OLE color: 12495712.

HSL color Cylindrical-coordinate representation of color #60ABBE: hue angle of 192.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60ABBE is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96171190-
CMYK0.490.1000.25
HSL192.13º41.96%56.08%-
HSV(B)192.13º49.47%74.51%-
XYZ28.6835.3354.02-
YUV150.74150.1588.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.01%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=21.01%
G=37.42%
B=41.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961711900.490.1000.25192.1341.9656.08
Hex60ABBE31A019c02a38
Octal14025327661120313005270
Binary11000001010101110111110110001101001100111000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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