Html Css Color HEX #64ACBA Fountain Blue

📋 copy color: '#64ACBA'

red 100 ◦ green 172 ◦ blue 186

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

Shades of Fountain Blue #64ACBA

Tints of Fountain Blue #64ACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 21.83%
G = 37.55%
B = 40.61%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#64ACBA (or 0x64ACBA) is known color: Fountain Blue. HEX triplet: 64, AC and BA. RGB value is (100,172,186). Sum of RGB (Red+Green+Blue) = 100+172+186=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #64ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACBA is #9B5345. Grayscale: #979797. Windows color (decimal): -10179398 or 12233828. OLE color: 12233828.

HSL color Cylindrical-coordinate representation of color #64ACBA: hue angle of 189.77º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64ACBA is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 172 186 -
CMYK 0.46 0.08 0 0.27
HSL 189.77º 0.38% 0.56% -
HSV(B) 189.77º 0.46% 0.73% -
XYZ 28.87 35.76 51.84 -
YUV 152.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 100 172 186 0.46 0.08 0 0.27 189.77 0.38 0.56
Hex 64 AC BA 2E 8 0 1B BE 26 38
Octal 144 254 272 56 10 0 33 276 46 70
Binary 1100100 10101100 10111010 101110 1000 0 11011 10111110 100110 111000

Color Harmonies of #64ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACBA

Black with #64ACBA

Text Example


Text Example

White with #64ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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