Html Css Color HEX #61AABC Fountain Blue

📋 copy color: '#61AABC'

red 97 ◦ green 170 ◦ blue 188

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

Shades of Fountain Blue #61AABC

Tints of Fountain Blue #61AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 21.32%
G = 37.36%
B = 41.32%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#61AABC (or 0x61AABC) is known color: Fountain Blue. HEX triplet: 61, AA and BC. RGB value is (97,170,188). Sum of RGB (Red+Green+Blue) = 97+170+188=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #61AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AABC is #9E5543. Grayscale: #969696. Windows color (decimal): -10376516 or 12364385. OLE color: 12364385.

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

Color convert

RGB 97 170 188 -
CMYK 0.48 0.10 0 0.26
HSL 191.87º 0.4% 0.56% -
HSV(B) 191.87º 0.48% 0.74% -
XYZ 28.38 34.92 52.82 -
YUV 150.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 97 170 188 0.48 0.10 0 0.26 191.87 0.4 0.56
Hex 61 AA BC 30 A 0 1A C0 28 38
Octal 141 252 274 60 12 0 32 300 50 70
Binary 1100001 10101010 10111100 110000 1010 0 11010 11000000 101000 111000

Color Harmonies of #61AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AABC

Black with #61AABC

Text Example


Text Example

White with #61AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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