#61ABBA

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

Shades of Fountain Blue #61ABBA

Tints of Fountain Blue #61ABBA

Color information

#61ABBA (or 0x61ABBA) is unknown color: approx Fountain Blue. HEX triplet: 61, AB and BA. RGB value is (97,171,186). Sum of RGB (Red+Green+Blue) = 97+171+186=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #61ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABBA is #9E5445. Grayscale: #969696. Windows color (decimal): -10376262 or 12233569. OLE color: 12233569.

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

Color convert

RGB97171186-
CMYK0.480.0800.27
HSL190.11º39.21%55.49%-
HSV(B)190.11º47.85%72.94%-
XYZ28.3635.2151.76-
YUV150.58147.9889.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=21.37%
G=37.67%
B=40.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971711860.480.0800.27190.1139.2155.49
Hex61ABBA30801Bbe2737
Octal14125327260100332764767
Binary11000011010101110111010110000100001101110111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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