#61ABBE

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

Shades of Fountain Blue #61ABBE

Tints of Fountain Blue #61ABBE

Color information

#61ABBE (or 0x61ABBE) is unknown color: approx Fountain Blue. HEX triplet: 61, AB and BE. RGB value is (97,171,190). Sum of RGB (Red+Green+Blue) = 97+171+190=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #61ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABBE is #9E5441. Grayscale: #969696. Windows color (decimal): -10376258 or 12495713. OLE color: 12495713.

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

Color convert

RGB97171190-
CMYK0.490.1000.25
HSL192.26º41.7%56.27%-
HSV(B)192.26º48.95%74.51%-
XYZ28.7935.3854.03-
YUV151.04149.9889.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=21.18%
G=37.34%
B=41.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971711900.490.1000.25192.2641.756.27
Hex61ABBE31A019c02a38
Octal14125327661120313005270
Binary11000011010101110111110110001101001100111000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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