Html Css Color HEX #64B5BF Fountain Blue

📋 copy color: '#64B5BF'

red 100 ◦ green 181 ◦ blue 191

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

Shades of Fountain Blue #64B5BF

Tints of Fountain Blue #64B5BF

RGB

 RED value IS 100 (39.45% from 255) = 21.19%

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 21.19%
G = 38.35%
B = 40.47%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64B5BF (or 0x64B5BF) is known color: Fountain Blue. HEX triplet: 64, B5 and BF. RGB value is (100,181,191). Sum of RGB (Red+Green+Blue) = 100+181+191=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #64B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5BF is #9B4A40. Grayscale: #9D9D9D. Windows color (decimal): -10177089 or 12563812. OLE color: 12563812.

HSL color Cylindrical-coordinate representation of color #64B5BF: hue angle of 186.59º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B5BF is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 181 191 -
CMYK 0.48 0.05 0 0.25
HSL 186.59º 0.42% 0.57% -
HSV(B) 186.59º 0.48% 0.75% -
XYZ 31.18 39.52 55.27 -
YUV 157.92 146.66 86.69 -
System Red Green Blue C M Y K H S L
Decimal 100 181 191 0.48 0.05 0 0.25 186.59 0.42 0.57
Hex 64 B5 BF 30 5 0 19 BB 2A 39
Octal 144 265 277 60 5 0 31 273 52 71
Binary 1100100 10110101 10111111 110000 101 0 11001 10111011 101010 111001

Color Harmonies of #64B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B5BF

Black with #64B5BF

Text Example


Text Example

White with #64B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64B5BF; }

 p { color: rgb(100,181,191); }

 H1.HeaderClassName
 {
   color: #64B5BF;
 }
 .AnyTagClassName
 {
   color: #64B5BF;
 }
</style>

background-color css

<style>
 a { background-color: #64B5BF; }

 a { background-color: rgb(100,181,191); }

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

border-color css

<style>
 span { border-color: #64B5BF; }

 span { border-color: rgb(100,181,191); }

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