#61AFBA

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

Shades of Fountain Blue #61AFBA

Tints of Fountain Blue #61AFBA

Color information

#61AFBA (or 0x61AFBA) is unknown color: approx Fountain Blue. HEX triplet: 61, AF and BA. RGB value is (97,175,186). Sum of RGB (Red+Green+Blue) = 97+175+186=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #61AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFBA is #9E5045. Grayscale: #989898. Windows color (decimal): -10375238 or 12234593. OLE color: 12234593.

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

Color convert

RGB97175186-
CMYK0.480.0600.27
HSL187.42º39.21%55.49%-
HSV(B)187.42º47.85%72.94%-
XYZ29.1236.7552.01-
YUV152.93146.6688.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=21.18%
G=38.21%
B=40.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971751860.480.0600.27187.4239.2155.49
Hex61AFBA30601Bbb2737
Octal1412572726060332734767
Binary1100001101011111011101011000011001101110111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AFBA; }

 p { color: rgb(97,175,186); }

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

<style>
 a { background-color: #61AFBA; }

 a { background-color: rgb(97,175,186); }

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

<style>
 span { border-color: #61AFBA; }

 span { border-color: rgb(97,175,186); }

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