Html Css Color HEX #64B7BF Fountain Blue

📋 copy color: '#64B7BF'

red 100 ◦ green 183 ◦ blue 191

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

Shades of Fountain Blue #64B7BF

Tints of Fountain Blue #64B7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.61%

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

R = 21.1%
G = 38.61%
B = 40.3%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64B7BF (or 0x64B7BF) is known color: Fountain Blue. HEX triplet: 64, B7 and BF. RGB value is (100,183,191). Sum of RGB (Red+Green+Blue) = 100+183+191=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #64B7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7BF is #9B4840. Grayscale: #9E9E9E. Windows color (decimal): -10176577 or 12564324. OLE color: 12564324.

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

Color convert

RGB 100 183 191 -
CMYK 0.48 0.04 0 0.25
HSL 185.27º 0.42% 0.57% -
HSV(B) 185.27º 0.48% 0.75% -
XYZ 31.59 40.34 55.41 -
YUV 159.1 146 85.85 -
System Red Green Blue C M Y K H S L
Decimal 100 183 191 0.48 0.04 0 0.25 185.27 0.42 0.57
Hex 64 B7 BF 30 4 0 19 B9 2A 39
Octal 144 267 277 60 4 0 31 271 52 71
Binary 1100100 10110111 10111111 110000 100 0 11001 10111001 101010 111001

Color Harmonies of #64B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B7BF

Black with #64B7BF

Text Example


Text Example

White with #64B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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