#64AEBF

Color #64AEBF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #64AEBF

Tints of Fountain Blue #64AEBF

Color information

#64AEBF (or 0x64AEBF) is unknown color: approx Fountain Blue. HEX triplet: 64, AE and BF. RGB value is (100,174,191). Sum of RGB (Red+Green+Blue) = 100+174+191=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #64AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEBF is #9B5140. Grayscale: #999999. Windows color (decimal): -10178881 or 12562020. OLE color: 12562020.

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

Color convert

RGB100174191-
CMYK0.480.0900.25
HSL191.21º41.55%57.06%-
HSV(B)191.21º47.64%74.9%-
XYZ29.836.7454.81-
YUV153.81148.9889.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 191 (75% from 255) = 41.08%
R=21.51%
G=37.42%
B=41.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001741910.480.0900.25191.2141.5557.06
Hex64AEBF309019bf2a39
Octal14425627760110312775271
Binary11001001010111010111111110000100101100110111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64AEBF;
 }
 .AnyTagClassName
 {
   color: #64AEBF;
 }
</style>
background-color css

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

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

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

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

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

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