Html Css Color HEX #61BFC3 Fountain Blue

📋 copy color: '#61BFC3'

red 97 ◦ green 191 ◦ blue 195

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

Shades of Fountain Blue #61BFC3

Tints of Fountain Blue #61BFC3

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

 BLUE value IS 195 (76.56% from 255) = 40.37%

R = 20.08%
G = 39.54%
B = 40.37%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#61BFC3 (or 0x61BFC3) is known color: Fountain Blue. HEX triplet: 61, BF and C3. RGB value is (97,191,195). Sum of RGB (Red+Green+Blue) = 97+191+195=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #61BFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFC3 is #9E403C. Grayscale: #A3A3A3. Windows color (decimal): -10371133 or 12828513. OLE color: 12828513.

HSL color Cylindrical-coordinate representation of color #61BFC3: hue angle of 182.45º degrees, saturation: 0.45, 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 #61BFC3 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 191 195 -
CMYK 0.50 0.02 0 0.24
HSL 182.45º 0.45% 0.57% -
HSV(B) 182.45º 0.5% 0.76% -
XYZ 33.41 43.74 58.31 -
YUV 163.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 97 191 195 0.50 0.02 0 0.24 182.45 0.45 0.57
Hex 61 BF C3 32 2 0 18 B6 2D 39
Octal 141 277 303 62 2 0 30 266 55 71
Binary 1100001 10111111 11000011 110010 10 0 11000 10110110 101101 111001

Color Harmonies of #61BFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BFC3

Black with #61BFC3

Text Example


Text Example

White with #61BFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,191,195); }

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

background-color css

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

 a { background-color: rgb(97,191,195); }

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

border-color css

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

 span { border-color: rgb(97,191,195); }

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