#61AEBC

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

Shades of Fountain Blue #61AEBC

Tints of Fountain Blue #61AEBC

Color information

#61AEBC (or 0x61AEBC) is unknown color: approx Fountain Blue. HEX triplet: 61, AE and BC. RGB value is (97,174,188). Sum of RGB (Red+Green+Blue) = 97+174+188=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #61AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AEBC is #9E5143. Grayscale: #989898. Windows color (decimal): -10375492 or 12365409. OLE color: 12365409.

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

Color convert

RGB97174188-
CMYK0.480.0700.26
HSL189.23º40.44%55.88%-
HSV(B)189.23º48.4%73.73%-
XYZ29.1436.4453.08-
YUV152.57147.9988.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.13%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=21.13%
G=37.91%
B=40.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971741880.480.0700.26189.2340.4455.88
Hex61AEBC30701Abd2838
Octal1412562746070322755070
Binary1100001101011101011110011000011101101010111101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,174,188); }

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

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

 a { background-color: rgb(97,174,188); }

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

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

 span { border-color: rgb(97,174,188); }

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