Html Css Color HEX #61ABBE Fountain Blue

📋 copy color: '#61ABBE'

red 97 ◦ green 171 ◦ blue 190

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

Shades of Fountain Blue #61ABBE

Tints of Fountain Blue #61ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 21.18%
G = 37.34%
B = 41.48%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#61ABBE (or 0x61ABBE) is known color: Fountain Blue. HEX triplet: 61, AB and BE. RGB value is (97,171,190). Sum of RGB (Red+Green+Blue) = 97+171+190=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #61ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABBE is #9E5441. Grayscale: #969696. Windows color (decimal): -10376258 or 12495713. OLE color: 12495713.

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

Color convert

RGB 97 171 190 -
CMYK 0.49 0.10 0 0.25
HSL 192.26º 0.42% 0.56% -
HSV(B) 192.26º 0.49% 0.75% -
XYZ 28.79 35.38 54.03 -
YUV 151.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 97 171 190 0.49 0.10 0 0.25 192.26 0.42 0.56
Hex 61 AB BE 31 A 0 19 C0 2A 38
Octal 141 253 276 61 12 0 31 300 52 70
Binary 1100001 10101011 10111110 110001 1010 0 11001 11000000 101010 111000

Color Harmonies of #61ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ABBE

Black with #61ABBE

Text Example


Text Example

White with #61ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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