Html Css Color HEX #64ACBF Fountain Blue

📋 copy color: '#64ACBF'

red 100 ◦ green 172 ◦ blue 191

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

Shades of Fountain Blue #64ACBF

Tints of Fountain Blue #64ACBF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 21.6%
G = 37.15%
B = 41.25%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64ACBF (or 0x64ACBF) is known color: Fountain Blue. HEX triplet: 64, AC and BF. RGB value is (100,172,191). Sum of RGB (Red+Green+Blue) = 100+172+191=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #64ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACBF is #9B5340. Grayscale: #989898. Windows color (decimal): -10179393 or 12561508. OLE color: 12561508.

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

Color convert

RGB 100 172 191 -
CMYK 0.48 0.10 0 0.25
HSL 192.53º 0.42% 0.57% -
HSV(B) 192.53º 0.48% 0.75% -
XYZ 29.41 35.98 54.68 -
YUV 152.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 100 172 191 0.48 0.10 0 0.25 192.53 0.42 0.57
Hex 64 AC BF 30 A 0 19 C1 2A 39
Octal 144 254 277 60 12 0 31 301 52 71
Binary 1100100 10101100 10111111 110000 1010 0 11001 11000001 101010 111001

Color Harmonies of #64ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACBF

Black with #64ACBF

Text Example


Text Example

White with #64ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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