Html Css Color HEX #61B8C4 Fountain Blue

📋 copy color: '#61B8C4'

red 97 ◦ green 184 ◦ blue 196

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

Shades of Fountain Blue #61B8C4

Tints of Fountain Blue #61B8C4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 20.34%
G = 38.57%
B = 41.09%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#61B8C4 (or 0x61B8C4) is known color: Fountain Blue. HEX triplet: 61, B8 and C4. RGB value is (97,184,196). Sum of RGB (Red+Green+Blue) = 97+184+196=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #61B8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B8C4 is #9E473B. Grayscale: #9F9F9F. Windows color (decimal): -10372924 or 12892257. OLE color: 12892257.

HSL color Cylindrical-coordinate representation of color #61B8C4: hue angle of 187.27º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61B8C4 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 184 196 -
CMYK 0.51 0.06 0 0.23
HSL 187.27º 0.46% 0.57% -
HSV(B) 187.27º 0.51% 0.77% -
XYZ 32.03 40.81 58.41 -
YUV 159.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 97 184 196 0.51 0.06 0 0.23 187.27 0.46 0.57
Hex 61 B8 C4 33 6 0 17 BB 2E 39
Octal 141 270 304 63 6 0 27 273 56 71
Binary 1100001 10111000 11000100 110011 110 0 10111 10111011 101110 111001

Color Harmonies of #61B8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B8C4

Black with #61B8C4

Text Example


Text Example

White with #61B8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,184,196); }

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

background-color css

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

 a { background-color: rgb(97,184,196); }

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

border-color css

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

 span { border-color: rgb(97,184,196); }

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