Html Css Color HEX #61ACB3 Fountain Blue

📋 copy color: '#61ACB3'

red 97 ◦ green 172 ◦ blue 179

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

Shades of Fountain Blue #61ACB3

Tints of Fountain Blue #61ACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 21.65%
G = 38.39%
B = 39.96%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#61ACB3 (or 0x61ACB3) is known color: Fountain Blue. HEX triplet: 61, AC and B3. RGB value is (97,172,179). Sum of RGB (Red+Green+Blue) = 97+172+179=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 179 - color contains mainly: blue. Hex color #61ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACB3 is #9E534C. Grayscale: #969696. Windows color (decimal): -10376013 or 11775073. OLE color: 11775073.

HSL color Cylindrical-coordinate representation of color #61ACB3: hue angle of 185.12º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61ACB3 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 172 179 -
CMYK 0.46 0.04 0 0.30
HSL 185.12º 0.35% 0.54% -
HSV(B) 185.12º 0.46% 0.7% -
XYZ 27.82 35.3 48 -
YUV 150.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 97 172 179 0.46 0.04 0 0.30 185.12 0.35 0.54
Hex 61 AC B3 2E 4 0 1E B9 23 36
Octal 141 254 263 56 4 0 36 271 43 66
Binary 1100001 10101100 10110011 101110 100 0 11110 10111001 100011 110110

Color Harmonies of #61ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ACB3

Black with #61ACB3

Text Example


Text Example

White with #61ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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