#61A9BC

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

Shades of Fountain Blue #61A9BC

Tints of Fountain Blue #61A9BC

Color information

#61A9BC (or 0x61A9BC) is unknown color: approx Fountain Blue. HEX triplet: 61, A9 and BC. RGB value is (97,169,188). Sum of RGB (Red+Green+Blue) = 97+169+188=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #61A9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9BC is #9E5643. Grayscale: #959595. Windows color (decimal): -10376772 or 12364129. OLE color: 12364129.

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

Color convert

RGB97169188-
CMYK0.480.1000.26
HSL192.53º40.44%55.88%-
HSV(B)192.53º48.4%73.73%-
XYZ28.1934.5552.76-
YUV149.64149.6590.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=21.37%
G=37.22%
B=41.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971691880.480.1000.26192.5340.4455.88
Hex61A9BC30A01Ac12838
Octal14125127460120323015070
Binary11000011010100110111100110000101001101011000001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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