#64ADAF

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

Shades of Fountain Blue #64ADAF

Tints of Fountain Blue #64ADAF

Color information

#64ADAF (or 0x64ADAF) is unknown color: approx Fountain Blue. HEX triplet: 64, AD and AF. RGB value is (100,173,175). Sum of RGB (Red+Green+Blue) = 100+173+175=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #64ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADAF is #9B5250. Grayscale: #979797. Windows color (decimal): -10179153 or 11513188. OLE color: 11513188.

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

Color convert

RGB100173175-
CMYK0.430.0100.31
HSL181.6º31.91%53.92%-
HSV(B)181.6º42.86%68.63%-
XYZ27.9435.6945.97-
YUV151.4141.3291.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=22.32%
G=38.62%
B=39.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001731750.430.0100.31181.631.9153.92
Hex64ADAF2B101Fb62036
Octal1442552575310372664066
Binary11001001010110110101111101011101111110110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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