#61BABE

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

Shades of Fountain Blue #61BABE

Tints of Fountain Blue #61BABE

Color information

#61BABE (or 0x61BABE) is unknown color: approx Fountain Blue. HEX triplet: 61, BA and BE. RGB value is (97,186,190). Sum of RGB (Red+Green+Blue) = 97+186+190=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #61BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BABE is #9E4541. Grayscale: #9F9F9F. Windows color (decimal): -10372418 or 12499553. OLE color: 12499553.

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

Color convert

RGB97186190-
CMYK0.490.0200.25
HSL182.58º41.7%56.27%-
HSV(B)182.58º48.95%74.51%-
XYZ31.7841.3855.03-
YUV159.84145.0183.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.51%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=20.51%
G=39.32%
B=40.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971861900.490.0200.25182.5841.756.27
Hex61BABE312019b72a38
Octal1412722766120312675270
Binary110000110111010101111101100011001100110110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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