#64ABB9

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

Shades of Fountain Blue #64ABB9

Tints of Fountain Blue #64ABB9

Color information

#64ABB9 (or 0x64ABB9) is unknown color: approx Fountain Blue. HEX triplet: 64, AB and B9. RGB value is (100,171,185). Sum of RGB (Red+Green+Blue) = 100+171+185=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #64ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABB9 is #9B5446. Grayscale: #979797. Windows color (decimal): -10179655 or 12168036. OLE color: 12168036.

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

Color convert

RGB100171185-
CMYK0.460.0800.27
HSL189.88º37.78%55.88%-
HSV(B)189.88º45.95%72.55%-
XYZ28.5835.3451.21-
YUV151.37146.9891.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.93%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=21.93%
G=37.5%
B=40.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001711850.460.0800.27189.8837.7855.88
Hex64ABB92E801Bbe2638
Octal14425327156100332764670
Binary11001001010101110111001101110100001101110111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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