Html Css Color HEX #61BAC2 Fountain Blue

📋 copy color: '#61BAC2'

red 97 ◦ green 186 ◦ blue 194

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

Shades of Fountain Blue #61BAC2

Tints of Fountain Blue #61BAC2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

 BLUE value IS 194 (76.17% from 255) = 40.67%

R = 20.34%
G = 38.99%
B = 40.67%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#61BAC2 (or 0x61BAC2) is known color: Fountain Blue. HEX triplet: 61, BA and C2. RGB value is (97,186,194). Sum of RGB (Red+Green+Blue) = 97+186+194=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #61BAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAC2 is #9E453D. Grayscale: #A0A0A0. Windows color (decimal): -10372414 or 12761697. OLE color: 12761697.

HSL color Cylindrical-coordinate representation of color #61BAC2: hue angle of 184.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61BAC2 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 186 194 -
CMYK 0.50 0.04 0 0.24
HSL 184.95º 0.44% 0.57% -
HSV(B) 184.95º 0.5% 0.76% -
XYZ 32.23 41.55 57.36 -
YUV 160.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 97 186 194 0.50 0.04 0 0.24 184.95 0.44 0.57
Hex 61 BA C2 32 4 0 18 B9 2C 39
Octal 141 272 302 62 4 0 30 271 54 71
Binary 1100001 10111010 11000010 110010 100 0 11000 10111001 101100 111001

Color Harmonies of #61BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BAC2

Black with #61BAC2

Text Example


Text Example

White with #61BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,186,194); }

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

background-color css

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

 a { background-color: rgb(97,186,194); }

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

border-color css

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

 span { border-color: rgb(97,186,194); }

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