Html Css Color HEX #64B7BE Fountain Blue

📋 copy color: '#64B7BE'

red 100 ◦ green 183 ◦ blue 190

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

Shades of Fountain Blue #64B7BE

Tints of Fountain Blue #64B7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 21.14%
G = 38.69%
B = 40.17%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64B7BE (or 0x64B7BE) is known color: Fountain Blue. HEX triplet: 64, B7 and BE. RGB value is (100,183,190). Sum of RGB (Red+Green+Blue) = 100+183+190=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #64B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7BE is #9B4841. Grayscale: #9E9E9E. Windows color (decimal): -10176578 or 12498788. OLE color: 12498788.

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

Color convert

RGB 100 183 190 -
CMYK 0.47 0.04 0 0.25
HSL 184.67º 0.41% 0.57% -
HSV(B) 184.67º 0.47% 0.75% -
XYZ 31.48 40.29 54.83 -
YUV 158.98 145.5 85.93 -
System Red Green Blue C M Y K H S L
Decimal 100 183 190 0.47 0.04 0 0.25 184.67 0.41 0.57
Hex 64 B7 BE 2F 4 0 19 B9 29 39
Octal 144 267 276 57 4 0 31 271 51 71
Binary 1100100 10110111 10111110 101111 100 0 11001 10111001 101001 111001

Color Harmonies of #64B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B7BE

Black with #64B7BE

Text Example


Text Example

White with #64B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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