Html Css Color HEX #61ACC0 Fountain Blue

📋 copy color: '#61ACC0'

red 97 ◦ green 172 ◦ blue 192

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

Shades of Fountain Blue #61ACC0

Tints of Fountain Blue #61ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 21.04%
G = 37.31%
B = 41.65%

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

#61ACC0 (or 0x61ACC0) is known color: Fountain Blue. HEX triplet: 61, AC and C0. RGB value is (97,172,192). Sum of RGB (Red+Green+Blue) = 97+172+192=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #61ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACC0 is #9E533F. Grayscale: #979797. Windows color (decimal): -10376000 or 12627041. OLE color: 12627041.

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

Color convert

RGB 97 172 192 -
CMYK 0.49 0.10 0 0.25
HSL 192.63º 0.43% 0.57% -
HSV(B) 192.63º 0.49% 0.75% -
XYZ 29.2 35.85 55.25 -
YUV 151.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 97 172 192 0.49 0.10 0 0.25 192.63 0.43 0.57
Hex 61 AC C0 31 A 0 19 C1 2B 39
Octal 141 254 300 61 12 0 31 301 53 71
Binary 1100001 10101100 11000000 110001 1010 0 11001 11000001 101011 111001

Color Harmonies of #61ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ACC0

Black with #61ACC0

Text Example


Text Example

White with #61ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,172,192); }

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

background-color css

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

 a { background-color: rgb(97,172,192); }

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

border-color css

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

 span { border-color: rgb(97,172,192); }

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