#60ABBD

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

Shades of Fountain Blue #60ABBD

Tints of Fountain Blue #60ABBD

Color information

#60ABBD (or 0x60ABBD) is unknown color: approx Fountain Blue. HEX triplet: 60, AB and BD. RGB value is (96,171,189). Sum of RGB (Red+Green+Blue) = 96+171+189=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #60ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABBD is #9F5442. Grayscale: #969696. Windows color (decimal): -10441795 or 12430176. OLE color: 12430176.

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

Color convert

RGB96171189-
CMYK0.490.1000.26
HSL191.61º41.33%55.88%-
HSV(B)191.61º49.21%74.12%-
XYZ28.5735.2953.45-
YUV150.63149.6589.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=21.05%
G=37.5%
B=41.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961711890.490.1000.26191.6141.3355.88
Hex60ABBD31A01Ac02938
Octal14025327561120323005170
Binary11000001010101110111101110001101001101011000000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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