#64ABBD

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

Shades of Fountain Blue #64ABBD

Tints of Fountain Blue #64ABBD

Color information

#64ABBD (or 0x64ABBD) is unknown color: approx Fountain Blue. HEX triplet: 64, AB and BD. RGB value is (100,171,189). Sum of RGB (Red+Green+Blue) = 100+171+189=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #64ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABBD is #9B5442. Grayscale: #979797. Windows color (decimal): -10179651 or 12430180. OLE color: 12430180.

HSL color Cylindrical-coordinate representation of color #64ABBD: hue angle of 192.13º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64ABBD is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100171189-
CMYK0.470.1000.26
HSL192.13º40.27%56.67%-
HSV(B)192.13º47.09%74.12%-
XYZ2935.5153.47-
YUV151.82148.9891.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.74%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=21.74%
G=37.17%
B=41.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001711890.470.1000.26192.1340.2756.67
Hex64ABBD2FA01Ac02839
Octal14425327557120323005071
Binary11001001010101110111101101111101001101011000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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