#61ADBB

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

Shades of Fountain Blue #61ADBB

Tints of Fountain Blue #61ADBB

Color information

#61ADBB (or 0x61ADBB) is unknown color: approx Fountain Blue. HEX triplet: 61, AD and BB. RGB value is (97,173,187). Sum of RGB (Red+Green+Blue) = 97+173+187=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #61ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADBB is #9E5244. Grayscale: #979797. Windows color (decimal): -10375749 or 12299617. OLE color: 12299617.

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

Color convert

RGB97173187-
CMYK0.480.0700.27
HSL189.33º39.82%55.69%-
HSV(B)189.33º48.13%73.33%-
XYZ28.8436.0252.45-
YUV151.87147.8288.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=21.23%
G=37.86%
B=40.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971731870.480.0700.27189.3339.8255.69
Hex61ADBB30701Bbd2838
Octal1412552736070332755070
Binary1100001101011011011101111000011101101110111101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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