#64ADBA

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

Shades of Fountain Blue #64ADBA

Tints of Fountain Blue #64ADBA

Color information

#64ADBA (or 0x64ADBA) is unknown color: approx Fountain Blue. HEX triplet: 64, AD and BA. RGB value is (100,173,186). Sum of RGB (Red+Green+Blue) = 100+173+186=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #64ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADBA is #9B5245. Grayscale: #989898. Windows color (decimal): -10179142 or 12234084. OLE color: 12234084.

HSL color Cylindrical-coordinate representation of color #64ADBA: hue angle of 189.07º 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 #64ADBA is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100173186-
CMYK0.460.0700.27
HSL189.07º38.39%56.08%-
HSV(B)189.07º46.24%72.94%-
XYZ29.0636.1451.9-
YUV152.66146.8290.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=21.79%
G=37.69%
B=40.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001731860.460.0700.27189.0738.3956.08
Hex64ADBA2E701Bbd2638
Octal1442552725670332754670
Binary1100100101011011011101010111011101101110111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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