#64ABAD

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

Shades of Fountain Blue #64ABAD

Tints of Fountain Blue #64ABAD

Color information

#64ABAD (or 0x64ABAD) is unknown color: approx Fountain Blue. HEX triplet: 64, AB and AD. RGB value is (100,171,173). Sum of RGB (Red+Green+Blue) = 100+171+173=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #64ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABAD is #9B5452. Grayscale: #959595. Windows color (decimal): -10179667 or 11381604. OLE color: 11381604.

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

Color convert

RGB100171173-
CMYK0.420.0100.32
HSL181.64º30.8%53.53%-
HSV(B)181.64º42.2%67.84%-
XYZ27.3634.8544.82-
YUV150140.9892.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=22.52%
G=38.51%
B=38.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001711730.420.0100.32181.6430.853.53
Hex64ABAD2A1020b61f36
Octal1442532555210402663766
Binary11001001010101110101101101010101000001011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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