#61AFBC

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

Shades of Fountain Blue #61AFBC

Tints of Fountain Blue #61AFBC

Color information

#61AFBC (or 0x61AFBC) is unknown color: approx Fountain Blue. HEX triplet: 61, AF and BC. RGB value is (97,175,188). Sum of RGB (Red+Green+Blue) = 97+175+188=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #61AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFBC is #9E5043. Grayscale: #999999. Windows color (decimal): -10375236 or 12365665. OLE color: 12365665.

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

Color convert

RGB97175188-
CMYK0.480.0700.26
HSL188.57º40.44%55.88%-
HSV(B)188.57º48.4%73.73%-
XYZ29.3436.8353.14-
YUV153.16147.6687.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.09%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=21.09%
G=38.04%
B=40.87%

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
Decimal971751880.480.0700.26188.5740.4455.88
Hex61AFBC30701Abd2838
Octal1412572746070322755070
Binary1100001101011111011110011000011101101010111101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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