#60AFBB

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

Shades of Fountain Blue #60AFBB

Tints of Fountain Blue #60AFBB

Color information

#60AFBB (or 0x60AFBB) is unknown color: approx Fountain Blue. HEX triplet: 60, AF and BB. RGB value is (96,175,187). Sum of RGB (Red+Green+Blue) = 96+175+187=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #60AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFBB is #9F5044. Grayscale: #989898. Windows color (decimal): -10440773 or 12300128. OLE color: 12300128.

HSL color Cylindrical-coordinate representation of color #60AFBB: hue angle of 187.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60AFBB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96175187-
CMYK0.490.0600.27
HSL187.91º40.09%55.49%-
HSV(B)187.91º48.66%73.33%-
XYZ29.1236.7352.57-
YUV152.75147.3387.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.96%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=20.96%
G=38.21%
B=40.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961751870.490.0600.27187.9140.0955.49
Hex60AFBB31601Bbc2837
Octal1402572736160332745067
Binary1100000101011111011101111000111001101110111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,175,187); }

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

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

 a { background-color: rgb(96,175,187); }

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

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

 span { border-color: rgb(96,175,187); }

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