#61A9BA

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

Shades of Fountain Blue #61A9BA

Tints of Fountain Blue #61A9BA

Color information

#61A9BA (or 0x61A9BA) is unknown color: approx Fountain Blue. HEX triplet: 61, A9 and BA. RGB value is (97,169,186). Sum of RGB (Red+Green+Blue) = 97+169+186=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #61A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9BA is #9E5645. Grayscale: #959595. Windows color (decimal): -10376774 or 12233057. OLE color: 12233057.

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

Color convert

RGB97169186-
CMYK0.480.0900.27
HSL191.46º39.21%55.49%-
HSV(B)191.46º47.85%72.94%-
XYZ27.9834.4651.63-
YUV149.41148.6590.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=21.46%
G=37.39%
B=41.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971691860.480.0900.27191.4639.2155.49
Hex61A9BA30901Bbf2737
Octal14125127260110332774767
Binary11000011010100110111010110000100101101110111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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