#64AEB5

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

Shades of Fountain Blue #64AEB5

Tints of Fountain Blue #64AEB5

Color information

#64AEB5 (or 0x64AEB5) is unknown color: approx Fountain Blue. HEX triplet: 64, AE and B5. RGB value is (100,174,181). Sum of RGB (Red+Green+Blue) = 100+174+181=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #64AEB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEB5 is #9B514A. Grayscale: #989898. Windows color (decimal): -10178891 or 11906660. OLE color: 11906660.

HSL color Cylindrical-coordinate representation of color #64AEB5: hue angle of 185.19º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64AEB5 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB100174181-
CMYK0.450.0400.29
HSL185.19º35.37%55.1%-
HSV(B)185.19º44.75%70.98%-
XYZ28.7336.3249.21-
YUV152.67143.9890.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.98%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=21.98%
G=38.24%
B=39.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001741810.450.0400.29185.1935.3755.1
Hex64AEB52D401Db92337
Octal1442562655540352714367
Binary1100100101011101011010110110110001110110111001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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