Html Css Color HEX #64B2BF Fountain Blue

📋 copy color: '#64B2BF'

red 100 ◦ green 178 ◦ blue 191

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

Shades of Fountain Blue #64B2BF

Tints of Fountain Blue #64B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

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

R = 21.32%
G = 37.95%
B = 40.72%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64B2BF (or 0x64B2BF) is known color: Fountain Blue. HEX triplet: 64, B2 and BF. RGB value is (100,178,191). Sum of RGB (Red+Green+Blue) = 100+178+191=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #64B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B2BF is #9B4D40. Grayscale: #9C9C9C. Windows color (decimal): -10177857 or 12563044. OLE color: 12563044.

HSL color Cylindrical-coordinate representation of color #64B2BF: hue angle of 188.57º 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 #64B2BF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 178 191 -
CMYK 0.48 0.07 0 0.25
HSL 188.57º 0.42% 0.57% -
HSV(B) 188.57º 0.48% 0.75% -
XYZ 30.58 38.31 55.07 -
YUV 156.16 147.66 87.94 -
System Red Green Blue C M Y K H S L
Decimal 100 178 191 0.48 0.07 0 0.25 188.57 0.42 0.57
Hex 64 B2 BF 30 7 0 19 BD 2A 39
Octal 144 262 277 60 7 0 31 275 52 71
Binary 1100100 10110010 10111111 110000 111 0 11001 10111101 101010 111001

Color Harmonies of #64B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B2BF

Black with #64B2BF

Text Example


Text Example

White with #64B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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