Html Css Color HEX #61ABC1 Fountain Blue

📋 copy color: '#61ABC1'

red 97 ◦ green 171 ◦ blue 193

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

Shades of Fountain Blue #61ABC1

Tints of Fountain Blue #61ABC1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 21.04%
G = 37.09%
B = 41.87%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#61ABC1 (or 0x61ABC1) is known color: Fountain Blue. HEX triplet: 61, AB and C1. RGB value is (97,171,193). Sum of RGB (Red+Green+Blue) = 97+171+193=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #61ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABC1 is #9E543E. Grayscale: #979797. Windows color (decimal): -10376255 or 12692321. OLE color: 12692321.

HSL color Cylindrical-coordinate representation of color #61ABC1: hue angle of 193.75º 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 #61ABC1 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 171 193 -
CMYK 0.50 0.11 0 0.24
HSL 193.75º 0.44% 0.57% -
HSV(B) 193.75º 0.5% 0.76% -
XYZ 29.12 35.52 55.77 -
YUV 151.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 97 171 193 0.50 0.11 0 0.24 193.75 0.44 0.57
Hex 61 AB C1 32 B 0 18 C2 2C 39
Octal 141 253 301 62 13 0 30 302 54 71
Binary 1100001 10101011 11000001 110010 1011 0 11000 11000010 101100 111001

Color Harmonies of #61ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ABC1

Black with #61ABC1

Text Example


Text Example

White with #61ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,171,193); }

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

background-color css

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

 a { background-color: rgb(97,171,193); }

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

border-color css

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

 span { border-color: rgb(97,171,193); }

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