#61B0BC

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

Shades of Fountain Blue #61B0BC

Tints of Fountain Blue #61B0BC

Color information

#61B0BC (or 0x61B0BC) is unknown color: approx Fountain Blue. HEX triplet: 61, B0 and BC. RGB value is (97,176,188). Sum of RGB (Red+Green+Blue) = 97+176+188=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #61B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B0BC is #9E4F43. Grayscale: #999999. Windows color (decimal): -10374980 or 12365921. OLE color: 12365921.

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

Color convert

RGB97176188-
CMYK0.480.0600.26
HSL187.91º40.44%55.88%-
HSV(B)187.91º48.4%73.73%-
XYZ29.5337.2253.21-
YUV153.75147.3387.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=21.04%
G=38.18%
B=40.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971761880.480.0600.26187.9140.4455.88
Hex61B0BC30601Abc2838
Octal1412602746060322745070
Binary1100001101100001011110011000011001101010111100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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