Html Css Color HEX #61AABE Fountain Blue

📋 copy color: '#61AABE'

red 97 ◦ green 170 ◦ blue 190

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

Shades of Fountain Blue #61AABE

Tints of Fountain Blue #61AABE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.2%

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

R = 21.23%
G = 37.2%
B = 41.58%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#61AABE (or 0x61AABE) is known color: Fountain Blue. HEX triplet: 61, AA and BE. RGB value is (97,170,190). Sum of RGB (Red+Green+Blue) = 97+170+190=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #61AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AABE is #9E5541. Grayscale: #969696. Windows color (decimal): -10376514 or 12495457. OLE color: 12495457.

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

Color convert

RGB 97 170 190 -
CMYK 0.49 0.11 0 0.25
HSL 192.9º 0.42% 0.56% -
HSV(B) 192.9º 0.49% 0.75% -
XYZ 28.6 35.01 53.97 -
YUV 150.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 97 170 190 0.49 0.11 0 0.25 192.9 0.42 0.56
Hex 61 AA BE 31 B 0 19 C1 2A 38
Octal 141 252 276 61 13 0 31 301 52 70
Binary 1100001 10101010 10111110 110001 1011 0 11001 11000001 101010 111000

Color Harmonies of #61AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AABE

Black with #61AABE

Text Example


Text Example

White with #61AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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