#61ADBF

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

Shades of Fountain Blue #61ADBF

Tints of Fountain Blue #61ADBF

Color information

#61ADBF (or 0x61ADBF) is unknown color: approx Fountain Blue. HEX triplet: 61, AD and BF. RGB value is (97,173,191). Sum of RGB (Red+Green+Blue) = 97+173+191=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #61ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADBF is #9E5240. Grayscale: #989898. Windows color (decimal): -10375745 or 12561761. OLE color: 12561761.

HSL color Cylindrical-coordinate representation of color #61ADBF: hue angle of 191.49º 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 #61ADBF is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97173191-
CMYK0.490.0900.25
HSL191.49º42.34%56.47%-
HSV(B)191.49º49.21%74.9%-
XYZ29.2836.1954.73-
YUV152.33149.8288.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 191 (75% from 255) = 41.43%
R=21.04%
G=37.53%
B=41.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971731910.490.0900.25191.4942.3456.47
Hex61ADBF319019bf2a38
Octal14125527761110312775270
Binary11000011010110110111111110001100101100110111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,173,191); }

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

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

 a { background-color: rgb(97,173,191); }

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

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

 span { border-color: rgb(97,173,191); }

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