Html Css Color HEX #61B1BF Fountain Blue

📋 copy color: '#61B1BF'

red 97 ◦ green 177 ◦ blue 191

#61B1BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #61B1BF

Tints of Fountain Blue #61B1BF

RGB

 RED value IS 97 (38.28% from 255) = 20.86%

 GREEN value IS 177 (69.53% from 255) = 38.06%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 20.86%
G = 38.06%
B = 41.08%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#61B1BF (or 0x61B1BF) is known color: Fountain Blue. HEX triplet: 61, B1 and BF. RGB value is (97,177,191). Sum of RGB (Red+Green+Blue) = 97+177+191=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #61B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B1BF is #9E4E40. Grayscale: #9A9A9A. Windows color (decimal): -10374721 or 12562785. OLE color: 12562785.

HSL color Cylindrical-coordinate representation of color #61B1BF: hue angle of 188.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61B1BF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 177 191 -
CMYK 0.49 0.07 0 0.25
HSL 188.94º 0.42% 0.56% -
HSV(B) 188.94º 0.49% 0.75% -
XYZ 30.06 37.75 54.99 -
YUV 154.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 97 177 191 0.49 0.07 0 0.25 188.94 0.42 0.56
Hex 61 B1 BF 31 7 0 19 BD 2A 38
Octal 141 261 277 61 7 0 31 275 52 70
Binary 1100001 10110001 10111111 110001 111 0 11001 10111101 101010 111000

Color Harmonies of #61B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B1BF

Black with #61B1BF

Text Example


Text Example

White with #61B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,177,191); }

 H1.HeaderClassName
 {
   color: #61B1BF;
 }
 .AnyTagClassName
 {
   color: #61B1BF;
 }
</style>

background-color css

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

 a { background-color: rgb(97,177,191); }

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

border-color css

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

 span { border-color: rgb(97,177,191); }

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