#61B0C2

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

Shades of Fountain Blue #61B0C2

Tints of Fountain Blue #61B0C2

Color information

#61B0C2 (or 0x61B0C2) is unknown color: approx Fountain Blue. HEX triplet: 61, B0 and C2. RGB value is (97,176,194). Sum of RGB (Red+Green+Blue) = 97+176+194=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #61B0C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B0C2 is #9E4F3D. Grayscale: #9A9A9A. Windows color (decimal): -10374974 or 12759137. OLE color: 12759137.

HSL color Cylindrical-coordinate representation of color #61B0C2: hue angle of 191.13º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61B0C2 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97176194-
CMYK0.500.0900.24
HSL191.13º44.29%57.06%-
HSV(B)191.13º50%76.08%-
XYZ30.1937.4956.68-
YUV154.43150.3387.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 194 (76.17% from 255) = 41.54%
R=20.77%
G=37.69%
B=41.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971761940.500.0900.24191.1344.2957.06
Hex61B0C2329018bf2c39
Octal14126030262110302775471
Binary11000011011000011000010110010100101100010111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,176,194); }

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

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

 a { background-color: rgb(97,176,194); }

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

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

 span { border-color: rgb(97,176,194); }

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