#60AFBC

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

Shades of Fountain Blue #60AFBC

Tints of Fountain Blue #60AFBC

Color information

#60AFBC (or 0x60AFBC) is unknown color: approx Fountain Blue. HEX triplet: 60, AF and BC. RGB value is (96,175,188). Sum of RGB (Red+Green+Blue) = 96+175+188=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #60AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFBC is #9F5043. Grayscale: #989898. Windows color (decimal): -10440772 or 12365664. OLE color: 12365664.

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

Color convert

RGB96175188-
CMYK0.490.0700.26
HSL188.48º40.71%55.69%-
HSV(B)188.48º48.94%73.73%-
XYZ29.2336.7853.14-
YUV152.86147.8387.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.92%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=20.92%
G=38.13%
B=40.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961751880.490.0700.26188.4840.7155.69
Hex60AFBC31701Abc2938
Octal1402572746170322745170
Binary1100000101011111011110011000111101101010111100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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