#64ADAE

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

Shades of Fountain Blue #64ADAE

Tints of Fountain Blue #64ADAE

Color information

#64ADAE (or 0x64ADAE) is unknown color: approx Fountain Blue. HEX triplet: 64, AD and AE. RGB value is (100,173,174). Sum of RGB (Red+Green+Blue) = 100+173+174=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #64ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADAE is #9B5251. Grayscale: #979797. Windows color (decimal): -10179154 or 11447652. OLE color: 11447652.

HSL color Cylindrical-coordinate representation of color #64ADAE: hue angle of 180.81º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64ADAE is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100173174-
CMYK0.430.0100.32
HSL180.81º31.36%53.73%-
HSV(B)180.81º42.53%68.24%-
XYZ27.8435.6545.46-
YUV151.29140.8291.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.37%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=22.37%
G=38.70%
B=38.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001731740.430.0100.32180.8131.3653.73
Hex64ADAE2B1020b51f36
Octal1442552565310402653766
Binary11001001010110110101110101011101000001011010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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