Html Css Color HEX #64BABF Fountain Blue

📋 copy color: '#64BABF'

red 100 ◦ green 186 ◦ blue 191

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

Shades of Fountain Blue #64BABF

Tints of Fountain Blue #64BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 20.96%
G = 38.99%
B = 40.04%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64BABF (or 0x64BABF) is known color: Fountain Blue. HEX triplet: 64, BA and BF. RGB value is (100,186,191). Sum of RGB (Red+Green+Blue) = 100+186+191=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #64BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BABF is #9B4540. Grayscale: #A0A0A0. Windows color (decimal): -10175809 or 12565092. OLE color: 12565092.

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

Color convert

RGB 100 186 191 -
CMYK 0.48 0.03 0 0.25
HSL 183.3º 0.42% 0.57% -
HSV(B) 183.3º 0.48% 0.75% -
XYZ 32.22 41.59 55.62 -
YUV 160.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 100 186 191 0.48 0.03 0 0.25 183.3 0.42 0.57
Hex 64 BA BF 30 3 0 19 B7 2A 39
Octal 144 272 277 60 3 0 31 267 52 71
Binary 1100100 10111010 10111111 110000 11 0 11001 10110111 101010 111001

Color Harmonies of #64BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BABF

Black with #64BABF

Text Example


Text Example

White with #64BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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