Html Css Color HEX #61B5C1 Fountain Blue

📋 copy color: '#61B5C1'

red 97 ◦ green 181 ◦ blue 193

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

Shades of Fountain Blue #61B5C1

Tints of Fountain Blue #61B5C1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 20.59%
G = 38.43%
B = 40.98%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#61B5C1 (or 0x61B5C1) is known color: Fountain Blue. HEX triplet: 61, B5 and C1. RGB value is (97,181,193). Sum of RGB (Red+Green+Blue) = 97+181+193=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #61B5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5C1 is #9E4A3E. Grayscale: #9D9D9D. Windows color (decimal): -10373695 or 12694881. OLE color: 12694881.

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

Color convert

RGB 97 181 193 -
CMYK 0.50 0.06 0 0.24
HSL 187.5º 0.44% 0.57% -
HSV(B) 187.5º 0.5% 0.76% -
XYZ 31.08 39.44 56.43 -
YUV 157.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 97 181 193 0.50 0.06 0 0.24 187.5 0.44 0.57
Hex 61 B5 C1 32 6 0 18 BC 2C 39
Octal 141 265 301 62 6 0 30 274 54 71
Binary 1100001 10110101 11000001 110010 110 0 11000 10111100 101100 111001

Color Harmonies of #61B5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B5C1

Black with #61B5C1

Text Example


Text Example

White with #61B5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,181,193); }

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

background-color css

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

 a { background-color: rgb(97,181,193); }

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

border-color css

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

 span { border-color: rgb(97,181,193); }

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